提交 d648f557 编写于 作者: H Hongze Cheng

fix memory leak

上级 cbcf7739
...@@ -1483,5 +1483,7 @@ static void tsdbFreeTableSchema(STable *pTable) { ...@@ -1483,5 +1483,7 @@ static void tsdbFreeTableSchema(STable *pTable) {
STSchema *pSchema = taosArrayGetP(pTable->schema, i); STSchema *pSchema = taosArrayGetP(pTable->schema, i);
tdFreeSchema(pSchema); tdFreeSchema(pSchema);
} }
taosArrayDestroy(pTable->schema);
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册