提交 504fd152 编写于 作者: H Hongze Cheng

make it compile

上级 54708073
...@@ -490,7 +490,7 @@ void tRowGet(SRow *pRow, STSchema *pTSchema, int32_t iCol, SColVal *pColVal) { ...@@ -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 ======================================== // SRowIter ========================================
struct SRowIter { struct SRowIter {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册