From 206e9d65a486e7f01e9fe32b2ef66bc4b0c22798 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 13 Jun 2008 23:20:02 +0200 Subject: Override -dealloc in every class. --- MLKLowLevelTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKLowLevelTests.m') diff --git a/MLKLowLevelTests.m b/MLKLowLevelTests.m index 1de05ff..c47fd2a 100644 --- a/MLKLowLevelTests.m +++ b/MLKLowLevelTests.m @@ -38,7 +38,7 @@ -(id) testCons { id obj1 = @"Mulk."; - id obj2 = [[NSMutableDictionary alloc] init]; + id obj2 = AUTORELEASE ([[NSMutableDictionary alloc] init]); MLKCons *cons2 = [MLKCons cons:obj1 with:obj2]; MLKCons *cons3 = [MLKCons cons:obj1 with:nil]; -- cgit v1.2.3