mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
This commit is contained in:
parent
b68b299cd4
commit
6d5b95c616
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ public abstract class FirefoxBookmarkLoaderBase : IBookmarkLoader
|
|||
}
|
||||
}
|
||||
|
||||
// Close the connection so that we can delete the temporary file
|
||||
// https://github.com/dotnet/efcore/issues/26580
|
||||
SqliteConnection.ClearPool(dbConnection);
|
||||
dbConnection.Close();
|
||||
|
|
|
|||
Loading…
Reference in a new issue