提交 05a2eeed 编写于 作者: H Haojun Liao

fix(query): fix memory leak.

上级 bf70cdb4
......@@ -956,6 +956,10 @@ void extractQualifiedTupleByFilterResult(SSDataBlock* pBlock, const SColumnInfoD
ASSERT(pBlock->info.rows == numOfRows);
}
}
if (pBitmap != NULL) {
taosMemoryFree(pBitmap);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册