aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUnitTestingBindingTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMUnitTestingBindingTest.m')
-rw-r--r--UnitTesting/GTMUnitTestingBindingTest.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/UnitTesting/GTMUnitTestingBindingTest.m b/UnitTesting/GTMUnitTestingBindingTest.m
index c0ef93c..d27e8e7 100644
--- a/UnitTesting/GTMUnitTestingBindingTest.m
+++ b/UnitTesting/GTMUnitTestingBindingTest.m
@@ -48,6 +48,7 @@
NSWindow *window = [testWindowController window];
GTMTestExposedBindings(window, @"Window failed binding test");
[self doSubviewBindingTest:[window contentView]];
+ [window close];
[testWindowController release];
// Run a test against something with no bindings.