]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a memory leak on ORDER BY of a compound select caused by the resolver
authordrh <drh@noemail.net>
Sat, 11 Oct 2008 16:47:35 +0000 (16:47 +0000)
committerdrh <drh@noemail.net>
Sat, 11 Oct 2008 16:47:35 +0000 (16:47 +0000)
commit10fe840e4dbce702b4d24aa47c61710a97fb673c
tree0d473a718dec7042a0dfb7fd0754b053878edd96
parent4150ebf86fd9935a19dbdc67bdd72e45a1d46a13
Fix a memory leak on ORDER BY of a compound select caused by the resolver
on a flattened query.  Also fix a OOM segfault in WHERE clause processing. (CVS 5801)

FossilOrigin-Name: d2c252d6bbde4ae14da6c9e6c2683d763d11c59f
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/sqliteInt.h
src/where.c