mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 13:23:05 +08:00
More disposal?
This commit is contained in:
parent
a1cc8c448f
commit
1629534a0c
@ -58,5 +58,13 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void Dispose(bool isDisposing)
|
||||||
|
{
|
||||||
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
|
foreach (var c in channels)
|
||||||
|
c.Dispose();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user