remove ?
This commit is contained in:
parent
f18c2467de
commit
f9883f6700
|
@ -50,7 +50,7 @@ namespace BizHawk.Bizware.Graphics.Controls
|
|||
protected override void OnHandleDestroyed(EventArgs e)
|
||||
{
|
||||
base.OnHandleDestroyed(e);
|
||||
_context?.Dispose();
|
||||
_context.Dispose();
|
||||
_context = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue