]> git.ipfire.org Git - thirdparty/sqlite.git/commit
AggInfo objects might be referenced even after the sqlite3Select() function
authordrh <drh@noemail.net>
Sun, 7 Jun 2020 20:18:07 +0000 (20:18 +0000)
committerdrh <drh@noemail.net>
Sun, 7 Jun 2020 20:18:07 +0000 (20:18 +0000)
commitbf7909734a351c68f852a0ecb11f1c41738e96bf
treecc2833a0451f0d52c2df30d6f33644544e8011f9
parent896366282dae3789fb277c2dad8660784a0895a3
AggInfo objects might be referenced even after the sqlite3Select() function
that created them has exited.  So AggInfo cannot be a stack variable.  And it
must not be freed until the Parse object is destroyed.

FossilOrigin-Name: 3c840b4df306e2db1da08673e9ede973b4cb6d2b3f9eeeab5835e39452ee3056
manifest
manifest.uuid
src/expr.c
src/prepare.c
src/select.c
src/sqliteInt.h
test/window1.test