ITS#7210 fix check for freelist changes
authorHoward Chu <hyc@symas.com>
Tue, 10 Apr 2012 02:24:47 +0000 (19:24 -0700)
committerHoward Chu <hyc@symas.com>
Tue, 10 Apr 2012 02:24:47 +0000 (19:24 -0700)
commita66f9e9292069ed01ae0fcf50e8a5bb3d3888935
treec24cc9b8fb6141488075c378fb11cbe1a1a46db6
parent191d78948b3af4ddc24773e3f73741281a25513d
ITS#7210 fix check for freelist changes

Was being fooled before because the newly malloc'd block had
the same address as the previously freed block.
libraries/libmdb/mdb.c