fix memory leak
This commit is contained in:
parent
a086019de7
commit
63627172c6
|
@ -541,7 +541,7 @@ int32_t tsdbFSClose(STsdb *pTsdb) {
|
|||
taosMemoryFree(pSet->pSmaF);
|
||||
}
|
||||
|
||||
taosArrayClear(pTsdb->fs.aDFileSet);
|
||||
taosArrayDestroy(pTsdb->fs.aDFileSet);
|
||||
|
||||
return code;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue