fix mem leak

This commit is contained in:
yihaoDeng 2023-07-06 09:01:34 +00:00
parent d3bac29a32
commit 8e9ef2a384
1 changed files with 1 additions and 0 deletions

View File

@ -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) {