提交 1153deeb 编写于 作者: S shadowao 提交者: ob-robot

fix lob memtable leak

上级 d38d19df
......@@ -374,7 +374,7 @@ int ObJsonExprHelper::get_json_for_partial_update(
j_base = nullptr;
}
if (OB_NOT_NULL(cursor)) {
cursor->reset();
cursor->~ObLobCursor();
cursor = nullptr;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册