I've been browsing the Apple documentation for a long time but can't find the answer so here's the question : is a NSPointerArray created with pointerArrayWithWeakObjects supposed to retain the objects you add to it ?
In GNUstep +pointerArrayWithWeakObjects calls the init function with NSPointerFunctionsZeroingWeakMemory which translate to retain but no release. Shouldn't it be NSPointerFunctionsZeroingWeakMemory | NSPointerFunctionsOpaquePersonality ? Philippe _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
