mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Fix erroneous logger disposal
This commit is contained in:
@@ -312,8 +312,6 @@ namespace Semmle.Extraction.CSharp
|
||||
else
|
||||
Logger.Log(Severity.Info, "EXTRACTION SUCCEEDED in {0}", stopWatch.Elapsed);
|
||||
|
||||
Logger.Dispose();
|
||||
|
||||
compilationTrapFile?.Dispose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user