That would be utterly unnecessary as *all* application resources
are reclaimed by the system when the application terminates.
... adding (sorry) that you should be taking care to use proper
memory management techniques everywhere in your code, rather than
as an afterthought at "quitting time". You'll do yourself no favors
by not using proper technique from the very beginning.
The original question has merit, though. It's nice to have warnings
pop up at app quit if you accidentally forget a -release somewhere.
We all make mistakes.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com