mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Fix complier error CA2213
This commit is contained in:
@@ -18,7 +18,7 @@ namespace mRemoteNG.UI.TaskDialog
|
||||
if(components != null)
|
||||
components.Dispose();
|
||||
if(_mainInstructionFont != null)
|
||||
_mainInstructionFont?.Dispose();
|
||||
_mainInstructionFont.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user