add a missing dispose of the base class
This commit is contained in:
@@ -125,6 +125,8 @@ namespace OpenRA.Mods.Cnc
|
|||||||
{
|
{
|
||||||
if (sheet != null)
|
if (sheet != null)
|
||||||
sheet.Dispose();
|
sheet.Dispose();
|
||||||
|
|
||||||
|
base.Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -70,6 +70,8 @@ namespace OpenRA.Mods.Common.LoadScreens
|
|||||||
{
|
{
|
||||||
if (sheet != null)
|
if (sheet != null)
|
||||||
sheet.Dispose();
|
sheet.Dispose();
|
||||||
|
|
||||||
|
base.Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user