We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2971fc9 commit 286fec7Copy full SHA for 286fec7
UICatalog/Scenarios/TreeUseCases.cs
@@ -75,6 +75,7 @@ private void LoadRooms ()
75
76
if (currentTree != null) {
77
Win.Remove (currentTree);
78
+ currentTree.Dispose ();
79
}
80
81
@@ -148,6 +149,7 @@ private void LoadArmies (bool useDelegate)
148
149
150
151
152
153
154
155
@@ -180,6 +182,7 @@ private void LoadSimpleNodes ()
180
182
{
181
183
184
185
186
187
188
0 commit comments