From: drh Date: Wed, 26 Feb 2003 13:52:52 +0000 (+0000) Subject: Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement X-Git-Tag: version-3.6.10~5196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=627a71efa733704f69692dfda964bf0fe970240f;p=thirdparty%2Fsqlite.git Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement that fails. Ticket #249. (CVS 874) FossilOrigin-Name: 8e9dc567996c3301c14a1f055ff2265770cbc3e1 --- diff --git a/manifest b/manifest index 67053a5f40..e32ae6d5a2 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\smemory\sleak\sassociated\swith\sPRIMARY\sKEY\sin\sa\sCREATE\sTABLE\sstatement\nthat\sfails.\s\sTicket\s#249.\s(CVS\s1730) -D 2003-02-26T13:52:51 +C Fix\sa\smemory\sleak\sassociated\swith\sPRIMARY\sKEY\sin\sa\sCREATE\sTABLE\sstatement\nthat\sfails.\s\sTicket\s#249.\s(CVS\s874) +D 2003-02-26T13:52:52 F Makefile.in 6606854b1512f185b8e8c779b8d7fc2750463d64 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -155,7 +155,7 @@ F www/speed.tcl cb4c10a722614aea76d2c51f32ee43400d5951be F www/sqlite.tcl ae3dcfb077e53833b59d4fcc94d8a12c50a44098 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218 -P 6a45fe3bd7e19cf9c20fc6cb65b0269cdd704490 +P 66158843dfa073ffb8779a5170e091cebc018855 R dc727e1053fa9644419f9b675fcc2f6a U drh -Z 312e9f251ccc372868ea8e5b5518a8b3 +Z e1a44da712ef303e36bd1f401146575b diff --git a/manifest.uuid b/manifest.uuid index 334e920ab7..1a37fb03e2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -66158843dfa073ffb8779a5170e091cebc018855 \ No newline at end of file +8e9dc567996c3301c14a1f055ff2265770cbc3e1 \ No newline at end of file