diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2015-12-02 22:58:11 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2015-12-02 22:58:11 +1100 |
commit | 197eef00fd7613f40909b4dc99ef29e672a738a0 (patch) | |
tree | 33685bf3ac7a99642548b594a33d11785ec436ab /src/btree/bt_split.c | |
parent | 7a4f3259b45ddb0750096b30b2309fdd27c26795 (diff) | |
parent | bff6525c8382d97221a4d08452aef78ed0b8ea25 (diff) | |
download | mongodb-3.2.0.tar.gz |
Merge branch 'develop' into mongodb-3.2mongodb-3.2.0
Diffstat (limited to 'src/btree/bt_split.c')
-rw-r--r-- | src/btree/bt_split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_split.c b/src/btree/bt_split.c index e2031553aed..631aca0d5c0 100644 --- a/src/btree/bt_split.c +++ b/src/btree/bt_split.c @@ -895,7 +895,7 @@ __split_parent(WT_SESSION_IMPL *session, WT_REF *ref, WT_REF **ref_new, */ WT_ASSERT(session, next_ref->page_del == NULL); - __wt_ref_free_addr(session, next_ref); + WT_TRET(__wt_ref_block_free(session, next_ref)); WT_TRET(__split_safe_free( session, split_gen, exclusive, next_ref, sizeof(WT_REF))); parent_decr += sizeof(WT_REF); |