diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs index 1b0189215..da7780acb 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs @@ -166,11 +166,11 @@ public abstract class FirefoxBookmarkLoaderBase : IBookmarkLoader { Log.Exception($"Failed to extract Firefox favicon: {bookmark.Url}", ex); } - - // https://github.com/dotnet/efcore/issues/26580 - SqliteConnection.ClearPool(connection); } + // https://github.com/dotnet/efcore/issues/26580 + SqliteConnection.ClearPool(connection); + // Delete temporary file try {