[td-225] fix memory leak
This commit is contained in:
parent
efad7d89cd
commit
150067fc68
|
@ -586,6 +586,7 @@ static int tsdbRemoveTableFromIndex(STsdbMeta *pMeta, STable *pTable) {
|
|||
}
|
||||
}
|
||||
|
||||
taosArrayDestroy(res);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue