fix: parseCsvFile reset pTag to NULL
This commit is contained in:
parent
2af2eb40e5
commit
85e4f09239
|
@ -12894,6 +12894,7 @@ static int32_t parseCsvFile(SMsgBuf* pMsgBuf, SParseContext* pParseCxt, SParseFi
|
||||||
taosMemoryFreeClear(pParseFileCtx->pTag);
|
taosMemoryFreeClear(pParseFileCtx->pTag);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pParseFileCtx->pTag = NULL;
|
||||||
taosArrayClearEx(pParseFileCtx->aTagVals, clearTagValArrayFp);
|
taosArrayClearEx(pParseFileCtx->aTagVals, clearTagValArrayFp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue