[td-225] fix memory leak

This commit is contained in:
Haojun Liao 2020-05-20 10:30:52 +08:00
parent efad7d89cd
commit 150067fc68
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ static int tsdbRemoveTableFromIndex(STsdbMeta *pMeta, STable *pTable) {
} }
} }
taosArrayDestroy(res);
return 0; return 0;
} }