Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Release modules upon finishing protection process
Browse files Browse the repository at this point in the history
  • Loading branch information
yck1509 committed Jul 30, 2014
1 parent 97c65bf commit 54c32c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Confuser.Core/ConfuserEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ private static void RunInternal(ConfuserParameters parameters, CancellationToken
} catch (Exception ex) {
context.Logger.ErrorException("Unknown error occurred.", ex);
} finally {
if (context.Resolver != null)
context.Resolver.Clear();
context.Logger.Finish(ok);
}
}
Expand Down

0 comments on commit 54c32c9

Please sign in to comment.