test: disable free in hash temporarily.

This commit is contained in:
Haojun Liao 2022-04-19 10:28:39 +08:00
parent 5b835514ee
commit a6177f54ca
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@
#define FREE_HASH_NODE(_fp, _n) \ #define FREE_HASH_NODE(_fp, _n) \
do { \ do { \
if (_fp != NULL) { \ /* if (_fp != NULL) { \
(_fp)(_n); \ (_fp)(_n); \
} \ }*/ \
taosMemoryFreeClear(_n); \ taosMemoryFreeClear(_n); \
} while (0); } while (0);