fix bug
This commit is contained in:
parent
9cc8a36c1f
commit
22db3987a3
|
@ -1360,6 +1360,7 @@ int taos_stmt_close(TAOS_STMT* stmt) {
|
||||||
STscStmt* pStmt = (STscStmt*)stmt;
|
STscStmt* pStmt = (STscStmt*)stmt;
|
||||||
if (!pStmt->isInsert) {
|
if (!pStmt->isInsert) {
|
||||||
taosHashCleanup(pStmt->mtb.pTableHash);
|
taosHashCleanup(pStmt->mtb.pTableHash);
|
||||||
|
taosHashCleanup(pStmt->mtb.pTableBlockHashList);
|
||||||
|
|
||||||
SNormalStmt* normal = &pStmt->normal;
|
SNormalStmt* normal = &pStmt->normal;
|
||||||
if (normal->params != NULL) {
|
if (normal->params != NULL) {
|
||||||
|
|
Loading…
Reference in New Issue