make it compile
This commit is contained in:
parent
54708073f1
commit
504fd15297
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue