提交 8e9ef2a3 编写于 作者: dengyihao's avatar dengyihao

fix mem leak

上级 d3bac29a
...@@ -398,6 +398,7 @@ int32_t delObsoleteCheckpoint(void* arg, const char* path) { ...@@ -398,6 +398,7 @@ int32_t delObsoleteCheckpoint(void* arg, const char* path) {
taosRemoveDir(tbuf); taosRemoveDir(tbuf);
} }
} }
taosArrayDestroy(checkpointDel);
return 0; return 0;
} }
int32_t streamBackendDoCheckpoint(void* arg, const char* path) { int32_t streamBackendDoCheckpoint(void* arg, const char* path) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册