fix lob memtable leak

This commit is contained in:
shadowao
2024-04-19 09:58:37 +00:00
committed by ob-robot
parent d38d19df9a
commit 1153deebb4

View File

@ -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;
}
}