mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user