Basically, I know init does the initialization code (and new is basically alloc and then init)
But is there any "cleanup" code? Specifically, I'd like to still use retain-release but still have a destructor. Is there any method that release calls when the reference count reaches 0 ? _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
