Skip to content

Commit

Permalink
Fix ObjectDisposedException crash SearchForAndRemoveProgramFilesJunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed May 15, 2023
1 parent 7c007af commit 1ea9e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/BulkCrapUninstaller/Functions/AppUninstaller.cs
Expand Up @@ -461,6 +461,7 @@ public void SearchForAndRemoveProgramFilesJunk(IEnumerable<ApplicationUninstalle
else
ShowJunkWindow(junk);
}
catch (ObjectDisposedException) { }
finally
{
ReleaseUninstallLock();
Expand Down

0 comments on commit 1ea9e60

Please sign in to comment.