提交 63627172 编写于 作者: H Hongze Cheng

fix memory leak

上级 a086019d
......@@ -541,7 +541,7 @@ int32_t tsdbFSClose(STsdb *pTsdb) {
taosMemoryFree(pSet->pSmaF);
}
taosArrayClear(pTsdb->fs.aDFileSet);
taosArrayDestroy(pTsdb->fs.aDFileSet);
return code;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册