mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Added dispose call when closing Options form
This commit is contained in:
parent
1f0c144d42
commit
7818e88b72
@ -1612,6 +1612,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
||||
|
||||
opt.Dock = DockStyle.None;
|
||||
tabProfiles.Controls.Remove(opt);
|
||||
opt.Dispose();
|
||||
optPop = false; opt = null;
|
||||
|
||||
lBProfiles.Visible = true;
|
||||
|
Loading…
Reference in New Issue
Block a user