1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix issue in mallocI test script where db handle not released.

FossilOrigin-Name: dd59cea6c860ad11f1794f3689a60ca6dbfffea5
This commit is contained in:
shaneh
2010-07-07 20:00:04 +00:00
parent 9f4127d50a
commit aa9ecebc2d
3 changed files with 9 additions and 8 deletions

View 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 }