fix: file close issue
This commit is contained in:
parent
e1079f3704
commit
73ad4becb5
|
@ -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