enh: added memory allocators for parser and planner
This commit is contained in:
parent
5116e0a01b
commit
5680c03c17
|
@ -65,6 +65,7 @@ void taos_cleanup(void) {
|
||||||
|
|
||||||
fmFuncMgtDestroy();
|
fmFuncMgtDestroy();
|
||||||
qCleanupKeywordsTable();
|
qCleanupKeywordsTable();
|
||||||
|
nodesDestroyAllocatorSet();
|
||||||
|
|
||||||
id = clientConnRefPool;
|
id = clientConnRefPool;
|
||||||
clientConnRefPool = -1;
|
clientConnRefPool = -1;
|
||||||
|
|
Loading…
Reference in New Issue