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:
@ -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 }
|
||||
|
||||
|
Reference in New Issue
Block a user