diff --git a/src/tsdb/src/tsdbMeta.c b/src/tsdb/src/tsdbMeta.c index 178d2db39104323d1e0f1a8f36465bac9bc8c008..356e9c77f13bb2402ed8d5a83cd17083d4e4bfb8 100644 --- a/src/tsdb/src/tsdbMeta.c +++ b/src/tsdb/src/tsdbMeta.c @@ -586,6 +586,7 @@ static int tsdbRemoveTableFromIndex(STsdbMeta *pMeta, STable *pTable) { } } + taosArrayDestroy(res); return 0; }