fix: free the column info array

This commit is contained in:
shenglian zhou 2022-12-28 16:18:24 +08:00
parent 2680ebff38
commit 5c36d90bc2
1 changed files with 2 additions and 2 deletions

View File

@ -1830,8 +1830,8 @@ int32_t doCallUdfScalarFunc(UdfcFuncHandle handle, SScalarParam *input, int32_t
convertDataBlockToScalarParm(&resultBlock, output);
taosArrayDestroy(resultBlock.pDataBlock);
}
blockDataCleanup(&inputBlock);
blockDataFreeRes(&inputBlock);
return err;
}