Add the missing unlock in the error path of extent_register.
This commit is contained in:
parent
ce03e4c7b8
commit
59d9891948
@ -796,6 +796,7 @@ extent_register_impl(tsdn_t *tsdn, extent_t *extent, bool gdump_add) {
|
|||||||
|
|
||||||
if (extent_rtree_leaf_elms_lookup(tsdn, rtree_ctx, extent, false, true,
|
if (extent_rtree_leaf_elms_lookup(tsdn, rtree_ctx, extent, false, true,
|
||||||
&elm_a, &elm_b)) {
|
&elm_a, &elm_b)) {
|
||||||
|
extent_unlock(tsdn, extent);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user