This commit is contained in:
CasualPokePlayer 2024-08-25 18:32:53 -07:00
parent f18c2467de
commit f9883f6700
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace BizHawk.Bizware.Graphics.Controls
protected override void OnHandleDestroyed(EventArgs e)
{
base.OnHandleDestroyed(e);
_context?.Dispose();
_context.Dispose();
_context = null;
}