Merge pull request #7058 from taosdata/fix/query

[td-5600]<fix>: fix fill caused client crashed in join query.
This commit is contained in:
Haojun Liao 2021-07-29 10:31:44 +08:00 committed by GitHub
commit af22f075ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1964,6 +1964,7 @@ static void freeQueryInfoImpl(SQueryInfo* pQueryInfo) {
pQueryInfo->tsBuf = tsBufDestroy(pQueryInfo->tsBuf);
tfree(pQueryInfo->fillVal);
pQueryInfo->fillType = 0;
tfree(pQueryInfo->buf);
}