diff --git a/source/common/src/tdataformat.c b/source/common/src/tdataformat.c index 9b4547f71c..60f473b171 100644 --- a/source/common/src/tdataformat.c +++ b/source/common/src/tdataformat.c @@ -490,7 +490,7 @@ void tRowGet(SRow *pRow, STSchema *pTSchema, int32_t iCol, SColVal *pColVal) { } } -void tRowDestroy(SRow *pRow) { tFree(pRow); } +void tRowDestroy(SRow *pRow) { tFree((uint8_t *)pRow); } // SRowIter ======================================== struct SRowIter {