[td-225] fix compiler error.

This commit is contained in:
Haojun Liao 2020-10-26 16:44:44 +08:00
parent e53c433569
commit fc40984a69
1 changed files with 1 additions and 1 deletions

View File

@ -6494,7 +6494,7 @@ static void freeQInfo(SQInfo *pQInfo) {
qDebug("QInfo:%p start to free QInfo", pQInfo); qDebug("QInfo:%p start to free QInfo", pQInfo);
releaseQueryBuf(pQInfo->tableqinfoGroupInfo.numOfTables); releaseQueryBuf((int32_t) pQInfo->tableqinfoGroupInfo.numOfTables);
teardownQueryRuntimeEnv(&pQInfo->runtimeEnv); teardownQueryRuntimeEnv(&pQInfo->runtimeEnv);