]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the way token memory is allocated in an effort to fix ticket #136.
authordrh <drh@noemail.net>
Sat, 24 Aug 2002 18:24:51 +0000 (18:24 +0000)
committerdrh <drh@noemail.net>
Sat, 24 Aug 2002 18:24:51 +0000 (18:24 +0000)
commit4b59ab5e643009b42d6d3efb57c463c8d1123ad6
tree8220ecb6868d936e28a34344e6760aac8bc43411
parent79983d03e83d845a7a35367ffdf97d3c6b8167e5
Change the way token memory is allocated in an effort to fix ticket #136.
There is now a memory leak when using views of views. (CVS 725)

FossilOrigin-Name: 22d8726e61eec0e53893f492cb2163824b87a23e
18 files changed:
main.mk
manifest
manifest.uuid
src/build.c
src/expr.c
src/main.c
src/parse.y
src/select.c
src/sqliteInt.h
src/tokenize.c
src/trigger.c
test/all.test
test/quick.test
test/view.test
www/c_interface.tcl
www/faq.tcl
www/omitted.tcl
www/speed.tcl