浏览代码

p_usrloc: fix compile warning, reported from Ovidiu

Henning Westerholt 14 年之前
父节点
当前提交
6bfc018720
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      modules_k/p_usrloc/udomain.c

+ 3 - 0
modules_k/p_usrloc/udomain.c

@@ -133,8 +133,11 @@ int new_udomain(str* _n, int _s, udomain_t** _d)
 #endif
 
 	return 0;
+
+#ifdef STATISTICS
 error2:
 	shm_free((*_d)->table);
+#endif
 error1:
 	shm_free(*_d);
 error0: