diff --git a/Intersect.Client.Framework/Gwen/Control/Base.cs b/Intersect.Client.Framework/Gwen/Control/Base.cs index c0920f9849..b49cb19e8a 100644 --- a/Intersect.Client.Framework/Gwen/Control/Base.cs +++ b/Intersect.Client.Framework/Gwen/Control/Base.cs @@ -1391,7 +1391,7 @@ private static void DisposeChildren(Base @this) var children = @this._children.ToArray(); try { - foreach (var child in @this._children) + foreach (var child in children) { child.Dispose(); }