Index: Source/NSAutoreleasePool.m =================================================================== --- Source/NSAutoreleasePool.m (Revision 32695) +++ Source/NSAutoreleasePool.m (Arbeitskopie) @@ -509,6 +509,7 @@ while (_child != nil) { [_child dealloc]; + _child = nil; } /* Take the object out of the released list just before releasing it, Index: ChangeLog =================================================================== --- ChangeLog (Revision 32695) +++ ChangeLog (Arbeitskopie) @@ -1,3 +1,8 @@ +2011-03-24 David Ayers + + * Source/NSAutoreleasePool.m (-emptyPool): Clear _child instance + variable. + 2011-03-23 Fred Kiefer * Source/NSNumberFormatter.m (-stringForObjectValue:): Swapped a