]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix issue in mallocI test script where db handle not released.
authorshaneh <shaneh@noemail.net>
Wed, 7 Jul 2010 20:00:04 +0000 (20:00 +0000)
committershaneh <shaneh@noemail.net>
Wed, 7 Jul 2010 20:00:04 +0000 (20:00 +0000)
FossilOrigin-Name: dd59cea6c860ad11f1794f3689a60ca6dbfffea5

manifest
manifest.uuid
test/mallocI.test

index fe6f2efe0c46a54d10f6e18b9763cd86febf0505..52849965d8e195c66659f1569e7056bd6053c662 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sfurther\stest\scases\sto\ssavepoint.test.
-D 2010-07-07T18:38:36
+C Fix\sissue\sin\smallocI\stest\sscript\swhere\sdb\shandle\snot\sreleased.
+D 2010-07-07T20:00:05
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in c4270a1cd7cd70a263b7e96a258aa90e9c3618eb
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -506,7 +506,7 @@ F test/mallocE.test db1ed69d7eded1b080952e2a7c37f364ad241b08
 F test/mallocF.test 2d5c590ebc2fc7f0dcebdf5aa8498b9aed69107e
 F test/mallocG.test 4584d0d8ddb8009f16ca0c8bab1fa37f6358efa2
 F test/mallocH.test 79b65aed612c9b3ed2dcdaa727c85895fd1bfbdb
-F test/mallocI.test e3ea401904d010cb7c1e4b2ee8803f4a9f5b999d
+F test/mallocI.test a88c2b9627c8506bf4703d8397420043a786cdb6
 F test/mallocJ.test b5d1839da331d96223e5f458856f8ffe1366f62e
 F test/mallocK.test d79968641d1b70d88f6c01bdb9a7eb4a55582cc9
 F test/malloc_common.tcl d5cf479545104c0aa2e60a3a94802e128a57ebb7
@@ -831,7 +831,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P fb62f4e3a7ceaa60ff6af2196ccf35b48759307e
-R 606c4c3e82f528359642689e8c582063
-U dan
-Z f32201e39fa8c72421117160c7f1ff97
+P f825205dbf3ebbfba0add86aa41f477281a13b0e
+R 7e8515ac5a611a201e655d13ee61a651
+U shaneh
+Z 9a875a0dffe6bb88ac26d21d5944a10f
index e7d7bd54f350cb79e002ce02846bf8fc427aac12..bfdc3e06a379ecc16e4ee9a0e9f11395ff5ba31f 100644 (file)
@@ -1 +1 @@
-f825205dbf3ebbfba0add86aa41f477281a13b0e
\ No newline at end of file
+dd59cea6c860ad11f1794f3689a60ca6dbfffea5
\ No newline at end of file
index f4ddaa2aacda2e64039423e90d73ddd538c89b42..122945550516863d9fde3e7522944fca44f06ed3 100644 (file)
@@ -57,6 +57,7 @@ do_malloc_test mallocI-4 -tclprep {
     # on the database file.
     catchsql { INSERT INTO t1 VALUES(1, 2, 3) } db2
   } {0 {}}
+  catch {db2 close}
 }
 catch { db2 close }