test: disable free in hash temporarily.
This commit is contained in:
parent
5b835514ee
commit
a6177f54ca
|
@ -33,9 +33,9 @@
|
|||
|
||||
#define FREE_HASH_NODE(_fp, _n) \
|
||||
do { \
|
||||
if (_fp != NULL) { \
|
||||
/* if (_fp != NULL) { \
|
||||
(_fp)(_n); \
|
||||
} \
|
||||
}*/ \
|
||||
taosMemoryFreeClear(_n); \
|
||||
} while (0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue