Merge pull request #27571 from taosdata/fix/TD-31815
fix: file close issue
This commit is contained in:
commit
5126cd1fe0
|
@ -1089,6 +1089,8 @@ void nodesDestroyNode(SNode* pNode) {
|
|||
if (pStmt->destroyParseFileCxt) {
|
||||
pStmt->destroyParseFileCxt(&pStmt->pParFileCxt);
|
||||
}
|
||||
|
||||
(void)taosCloseFile(&pStmt->fp);
|
||||
break;
|
||||
}
|
||||
case QUERY_NODE_CREATE_DATABASE_STMT:
|
||||
|
|
Loading…
Reference in New Issue