diff --git a/Source/FileLiberator/Processable.cs b/Source/FileLiberator/Processable.cs index 37a971b2..49ecd61b 100644 --- a/Source/FileLiberator/Processable.cs +++ b/Source/FileLiberator/Processable.cs @@ -54,6 +54,8 @@ namespace FileLiberator = (await ProcessAsync(libraryBook)) ?? new StatusHandler { "Processable should never return a null status" }; + GC.Collect(GC.MaxGeneration, GCCollectionMode.Aggressive, true, true); + return status; }