]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the MEM_Dyn flag so that it means that Mem.xDel exists and must be enhanced-mem-check
authordrh <drh@noemail.net>
Sat, 1 Mar 2014 18:13:23 +0000 (18:13 +0000)
committerdrh <drh@noemail.net>
Sat, 1 Mar 2014 18:13:23 +0000 (18:13 +0000)
commitc91b2fd310e4138b1a36c3f3c418a21a6c2ae895
treed1273d1fde2fe4336f0e556f4fb9dcf228aed753
parent75fd054201c0ba287252bd53b6fd60067fc2c409
Change the MEM_Dyn flag so that it means that Mem.xDel exists and must be
used to free the string or blob.  Add tighter invariant checks on Mem.

FossilOrigin-Name: 44e1c33767cae3bf2cbd2238831fe67197009b43
manifest
manifest.uuid
src/utf.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c