]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improvements to memory leak detection. The --backtrace=NNN option is now
authordrh <drh@noemail.net>
Thu, 23 Aug 2007 02:47:53 +0000 (02:47 +0000)
committerdrh <drh@noemail.net>
Thu, 23 Aug 2007 02:47:53 +0000 (02:47 +0000)
commit4a50aac5645b7dffed2c27e552675fa4be3a9368
tree8a197bbd8fca21cf558ae84e510efd8168fe72c2
parented138fb3bc8e55a6ae93669899dce79e5e26c65a
Improvements to memory leak detection.  The --backtrace=NNN option is now
recognized by tester.tcl.  Memory leak summaries are automatically written
to the file ./memleak.txt and each leak is tagged with the test in which
it occurred.  The quick.test script runs on Linux with no errors and
no leaks. (CVS 4273)

FossilOrigin-Name: 21f6b31097692171c6493e6ca6de6acbd62dc595
20 files changed:
manifest
manifest.uuid
src/btree.c
src/func.c
src/loadext.c
src/mem2.c
src/os_unix.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/test6.c
src/test8.c
src/test_malloc.c
src/vdbeaux.c
src/vtab.c
test/all.test
test/malloc4.test
test/quick.test
test/shared2.test
test/tester.tcl