mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Close the file handle before returning. TCL test script issue only.
FossilOrigin-Name: f4076d8567243174c023b7aa7ae9ca7f8f73e33b
This commit is contained in:
@ -73,6 +73,7 @@ proc wal_set_walhdr {filename {intlist {}}} {
|
||||
fconfigure $fd -translation binary
|
||||
fconfigure $fd -encoding binary
|
||||
set blob [read $fd 24]
|
||||
close $fd
|
||||
|
||||
binary scan $blob I6 ints
|
||||
set ints
|
||||
|
Reference in New Issue
Block a user