fix(query): avoid double free.

This commit is contained in:
Haojun Liao 2022-07-11 17:55:08 +08:00
parent 5965b1dfc3
commit 1346926168
1 changed files with 0 additions and 1 deletions

View File

@ -2441,7 +2441,6 @@ _error:
doDestroyExchangeOperatorInfo(pInfo);
}
taosMemoryFreeClear(pInfo);
taosMemoryFreeClear(pOperator);
pTaskInfo->code = code;
return NULL;