]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree()
authordrh <drh@noemail.net>
Mon, 26 Jul 2010 11:07:20 +0000 (11:07 +0000)
committerdrh <drh@noemail.net>
Mon, 26 Jul 2010 11:07:20 +0000 (11:07 +0000)
commit174b9a166d293445dcc3075c292b78115b62be8f
tree1a5d8aeb2c14be45b0e4656208b0aec5815d5acf
parentd46def77db74a7dfadabb16da57c25d83af0c248
parentb975598ea0b3dbb1145513b0adada002c3c581bb
Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree()
and all memory from sqlite3_malloc() is freed by sqlite3_free().

FossilOrigin-Name: 629e38a8c9e31111e351fe4625a5835576d23584
manifest
manifest.uuid
src/analyze.c
src/build.c
src/malloc.c
src/mem2.c
src/sqliteInt.h
src/vdbeaux.c
src/vtab.c