1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add a missing "db2 close" to the ext/session/session_gen.test test module.

FossilOrigin-Name: 4068f586ddadd3a818645574f7584fcee6d373dbf45805c545100883b495598a
This commit is contained in:
drh
2025-02-01 23:49:01 +00:00
parent 4b99ec0b8c
commit c49bfdbbee
3 changed files with 8 additions and 7 deletions

View File

@ -181,6 +181,7 @@ foreach {tn sql} {
compare_db db db2
} {}
}
db2 close
}]}