提交 009d5099 编写于 作者: dengyihao's avatar dengyihao

reset version

上级 8387f044
......@@ -669,7 +669,7 @@ void streamStateFreeCur(SStreamStateCur* pCur) {
}
qDebug("streamStateFreeCur");
rocksdb_iter_destroy(pCur->iter);
rocksdb_release_snapshot(pCur->db, pCur->snapshot);
if (pCur->snapshot) rocksdb_release_snapshot(pCur->db, pCur->snapshot);
rocksdb_readoptions_destroy(pCur->readOpt);
tdbTbcClose(pCur->pCur);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册