fix: parseCsvFile reset pTag to NULL

This commit is contained in:
Shungang Li 2024-06-27 10:30:58 +08:00
parent 2af2eb40e5
commit 85e4f09239
1 changed files with 1 additions and 0 deletions

View File

@ -12894,6 +12894,7 @@ static int32_t parseCsvFile(SMsgBuf* pMsgBuf, SParseContext* pParseCxt, SParseFi
taosMemoryFreeClear(pParseFileCtx->pTag);
}
pParseFileCtx->pTag = NULL;
taosArrayClearEx(pParseFileCtx->aTagVals, clearTagValArrayFp);
}