aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-02-01 21:36:23 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-02-01 21:36:23 +0000
commit1cee4156f3d51c838988175f6a42b9eb3a42024e (patch)
treeb53c1d00206ae756b358f4e2bfc106e337fa95be /AppKit
parent8f1c61900c8d54853925b933972dba4e0041e4e0 (diff)
[Author: dmaclach]
Clean up leaks in array test. R=thomasvl DELTA=10 (10 added, 0 deleted, 0 changed)
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMIBArrayTest.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/AppKit/GTMIBArrayTest.m b/AppKit/GTMIBArrayTest.m
index 45ad3fb..a21ea11 100644
--- a/AppKit/GTMIBArrayTest.m
+++ b/AppKit/GTMIBArrayTest.m
@@ -41,6 +41,16 @@
}
return self;
}
+
+- (void)dealloc {
+ [object1_ release];
+ [object2_ release];
+ [object3_ release];
+ [object4_ release];
+ [object5_ release];
+ [super dealloc];
+}
+
@end
@implementation GTMIBArrayTest