Fix log should be disposed correctly
This commit is contained in:
@@ -78,6 +78,10 @@ namespace OpenRA.WindowsLauncher
|
||||
ExceptionHandler.HandleFatalError(e);
|
||||
return (int)RunStatus.Error;
|
||||
}
|
||||
finally
|
||||
{
|
||||
Log.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
static int RunInnerLauncher(string[] args)
|
||||
|
||||
Reference in New Issue
Block a user