Merge pull request #1967 from taosdata/feature/query

[td-225] fix memory leak
This commit is contained in:
Shengliang Guan 2020-05-20 11:21:39 +08:00 committed by GitHub
commit d0da289f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}