Add missing dispose calls
This commit is contained in:
@@ -179,5 +179,11 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
OnChange();
|
||||
}
|
||||
}
|
||||
|
||||
public override void Removed()
|
||||
{
|
||||
mixerSheet?.Dispose();
|
||||
base.Removed();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user