Merge pull request #7612 from taosdata/fix/TD-6261

[TD-6336]<fix> reproduce and fix core
This commit is contained in:
dapan1121 2021-08-27 09:35:56 +08:00 committed by GitHub
commit ef30a4a466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);