]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add assert()s to mem2.c (activated by SQLITE_MEMDEBUG) which verify that
authordrh <drh@noemail.net>
Fri, 12 Mar 2010 16:32:53 +0000 (16:32 +0000)
committerdrh <drh@noemail.net>
Fri, 12 Mar 2010 16:32:53 +0000 (16:32 +0000)
commit107b56e86d4de6e5ac1c659a8dab38063e9326d3
tree290df93a9145799a655694a04cdaf68d6312a921
parent735b9cbb96b56a9f4a44d2b159457b8a6321310e
Add assert()s to mem2.c (activated by SQLITE_MEMDEBUG) which verify that
memory alloctions that might have come from lookaside are always freed
using a lookaside-aware free routine.

FossilOrigin-Name: c2af2164cf7b279ebb3e08201561348be6e765df
manifest
manifest.uuid
src/malloc.c
src/mem2.c
src/pcache1.c
src/sqliteInt.h