Merge pull request #7612 from taosdata/fix/TD-6261
[TD-6336]<fix> reproduce and fix core
This commit is contained in:
commit
ef30a4a466
|
@ -1777,6 +1777,7 @@ static void parseFileSendDataBlock(void *param, TAOS_RES *tres, int32_t numOfRow
|
|||
}
|
||||
|
||||
_error:
|
||||
pParentSql->res.code = code;
|
||||
tfree(tokenBuf);
|
||||
tfree(line);
|
||||
taos_free_result(pSql);
|
||||
|
|
Loading…
Reference in New Issue