]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a memory leak that occurs if you call sqlite_interrupt() on a query
authordrh <drh@noemail.net>
Wed, 18 Feb 2004 16:57:23 +0000 (16:57 +0000)
committerdrh <drh@noemail.net>
Wed, 18 Feb 2004 16:57:23 +0000 (16:57 +0000)
commit9cbe7ca7db32179f096b8365aca826722ddc9050
tree9e9f4f3de6fdcc9e776cdee9f68919182c74cb13
parentfef9765507ec928041eb63f1505fd21e064f60cb
Fix a memory leak that occurs if you call sqlite_interrupt() on a query
using aggregate functions where the aggregate function returns a string
longer than 32 characters. (CVS 1248)

FossilOrigin-Name: 2c1e74e58a702fd2be954467a12e69a33b252831
manifest
manifest.uuid
src/vdbeaux.c
test/interrupt.test