@@ -18,12 +18,12 @@ * that will be released when the autorelease pool is released. * Every thread has its own stack of autorelease pools. */ @interface OFAutoreleasePool: OFObject { - OFArray *objects; - of_list_object_t *listobj; + OFArray *objects; + OFAutoreleasePool *next, *prev; } /** * Adds an object to the autorelease pool at the top of the thread-specific * stack.