提交 9a445b26 编写于 作者: dengyihao's avatar dengyihao

fst query

上级 06535139
......@@ -294,8 +294,8 @@ void checkFstCheckIterator1() {
for (int i = 0; i < result.size(); i++) {
// assert(result[i] == i); // check result
}
automCtxDestroy(ctx);
taosMemoryFree(ctx);
delete m;
}
void checkFstCheckIterator2() {
......@@ -508,6 +508,7 @@ void checkFstCheckIteratorRange2() {
assert(result.size() == 3);
automCtxDestroy(ctx);
}
delete m;
}
void fst_get(Fst* fst) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册