Fix complier error CA2213

This commit is contained in:
Sean Kaim
2016-11-15 14:02:06 -05:00
parent f6babd01ca
commit a4c77ce33e

View File

@@ -18,7 +18,7 @@ namespace mRemoteNG.UI.TaskDialog
if(components != null)
components.Dispose();
if(_mainInstructionFont != null)
_mainInstructionFont?.Dispose();
_mainInstructionFont.Dispose();
}
base.Dispose(disposing);
}