]> git.sur5r.net Git - openldap/commit
Fix loose pages in mdb_freelist_save().
authorHallvard Furuseth <h.b.furuseth@usit.uio.no>
Sat, 16 Aug 2014 22:29:12 +0000 (00:29 +0200)
committerHallvard Furuseth <h.b.furuseth@usit.uio.no>
Sat, 16 Aug 2014 22:29:12 +0000 (00:29 +0200)
commit1e7eeed28d952adf81090e9551e7ee1d5a20ac44
tree27755c375700c2b2db9daf7cfa7f21550890a378
parent983f896aa77027bfc88d9303d2412c58a5a1f2b4
Fix loose pages in mdb_freelist_save().

Leaving them in dirty_list caused breakage.  Instead merge them
into me_pghead at the end, when no more pages will be allocated.
libraries/liblmdb/mdb.c