File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ ORDER BY b.width DESC
195195
196196 // https://github.com/dotnet/efcore/issues/26580
197197 SqliteConnection . ClearPool ( connection ) ;
198+ connection . Close ( ) ;
198199 }
199200 catch ( Exception ex )
200201 {
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ protected List<Bookmark> GetBookmarksFromPath(string placesPath)
8585
8686 // https://github.com/dotnet/efcore/issues/26580
8787 SqliteConnection . ClearPool ( dbConnection ) ;
88+ dbConnection . Close ( ) ;
8889
8990 // Delete temporary file
9091 try
@@ -171,6 +172,7 @@ ORDER BY i.width DESC -- Select largest icon available
171172
172173 // https://github.com/dotnet/efcore/issues/26580
173174 SqliteConnection . ClearPool ( connection ) ;
175+ connection . Close ( ) ;
174176
175177 // Delete temporary file
176178 try
You can’t perform that action at this time.
0 commit comments