[TD-6336]<fix> reproduce and fix core

This commit is contained in:
yihaoDeng 2021-08-26 15:42:39 +08:00
parent 7c76e85979
commit 5317e22fac
1 changed files with 1 additions and 0 deletions

View File

@ -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);