From 2c874db2dd8b34a36f00284c2c5d215a4c9506ac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 7 Sep 1998 11:07:34 +0000 Subject: Update. * db2/btree/bt_cursor.c: Likewise. * db2/common/db_region.db_c: Likewise. * db2/common/db_salloc.db_c: Likewise. * db2/db/db.c: Likewise. * db2/db/db_rec.c: Likewise. * db2/hash/hash.c: Likewise. * db2/hash/hash_page.c: Likewise. * db2/hash/hash_rec.c: Likewise. * db2/log/log_findckp.c: Likewise. * db2/log/log_get.c: Likewise. * db2/log/log_put.c: Likewise. * db2/mp/mp_fget.c: Likewise. * db2/mp/mp_fput.c: Likewise. * db2/mp/mp_region.c: Likewise. --- db2/common/db_salloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db2/common/db_salloc.c') diff --git a/db2/common/db_salloc.c b/db2/common/db_salloc.c index 0fa696bf7e..c02d7e18e9 100644 --- a/db2/common/db_salloc.c +++ b/db2/common/db_salloc.c @@ -222,11 +222,12 @@ __db_shalloc_free(regionp, ptr) merged = 1; } - if (!merged) + if (!merged) { if (lastp == NULL) SH_LIST_INSERT_HEAD(hp, newp, links, __data); else SH_LIST_INSERT_AFTER(lastp, newp, links, __data); + } } /* -- cgit v1.2.3