aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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