fix lob memtable leak
This commit is contained in:
@ -374,7 +374,7 @@ int ObJsonExprHelper::get_json_for_partial_update(
|
|||||||
j_base = nullptr;
|
j_base = nullptr;
|
||||||
}
|
}
|
||||||
if (OB_NOT_NULL(cursor)) {
|
if (OB_NOT_NULL(cursor)) {
|
||||||
cursor->reset();
|
cursor->~ObLobCursor();
|
||||||
cursor = nullptr;
|
cursor = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user