]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a resource leak introduced by the change-counter optimisation. Also add some...
authordanielk1977 <danielk1977@noemail.net>
Mon, 2 Apr 2007 05:07:47 +0000 (05:07 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 2 Apr 2007 05:07:47 +0000 (05:07 +0000)
commit241687280b7b059849532a5e818cd37d7738bb2d
tree9489ad75cfacea66469902df9b82e7f10198273c
parent3057aaaa9ce39ef28bb3e579a5567ad567ce0612
Fix a resource leak introduced by the change-counter optimisation. Also add some test coverage. (CVS 3790)

FossilOrigin-Name: ba0538a4977aefd6645554f1989f0a98b540b9cd
manifest
manifest.uuid
src/btree.c
src/pager.c
src/test2.c
test/cache.test [new file with mode: 0644]
test/malloc5.test
test/misc7.test
test/pager.test