[td-5600]<fix>: fix fill caused client crashed in join query.

This commit is contained in:
Haojun Liao 2021-07-28 17:43:50 +08:00
parent abe4052ccb
commit 953f72ec1d
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);
}