Skip to content

Commit

Permalink
Fix erroneous logger disposal
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Jun 5, 2024
1 parent 275192b commit d88074c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ public virtual void Dispose()
else
Logger.Log(Severity.Info, "EXTRACTION SUCCEEDED in {0}", stopWatch.Elapsed);

Logger.Dispose();

compilationTrapFile?.Dispose();
}

Expand Down

0 comments on commit d88074c

Please sign in to comment.