diff --git a/Source/NSAutoreleasePool.m b/Source/NSAutoreleasePool.m index 5ce4be60a..be9d99379 100644 --- a/Source/NSAutoreleasePool.m +++ b/Source/NSAutoreleasePool.m @@ -311,6 +311,7 @@ static IMP initImp; - (void) dealloc { + // fprintf (stderr, "Deallocating an NSAutoreleasePool\n"); /* If there are NSAutoreleasePool below us in the stack of NSAutoreleasePools, then deallocate them also. The (only) way we could get in this situation (in correctly written programs, that