fix mem leak
This commit is contained in:
parent
d3bac29a32
commit
8e9ef2a384
|
@ -398,6 +398,7 @@ int32_t delObsoleteCheckpoint(void* arg, const char* path) {
|
|||
taosRemoveDir(tbuf);
|
||||
}
|
||||
}
|
||||
taosArrayDestroy(checkpointDel);
|
||||
return 0;
|
||||
}
|
||||
int32_t streamBackendDoCheckpoint(void* arg, const char* path) {
|
||||
|
|
Loading…
Reference in New Issue