提交 8497cdee 编写于 作者: L lichuang

fix memory leak

上级 58f1d608
......@@ -793,6 +793,7 @@ static void tsdbFreeTable(STable *pTable) {
tSkipListDestroy(pTable->pIndex);
taosTZfree(pTable->lastRow);
tfree(pTable->lastCols);
tfree(pTable->sql);
for (int i = 0; i < pTable->lastColNum; ++i) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册