It's well-established that some tasks, like deallocating memory, are totally unnecessary before your application exits, but others, like calling asl_close() if you've called asl_open() earlier, are less established.
With the advent of sudden termination, knowing what needs to be done before exiting or being SIGKILLed, and what constitutes clean or dirty state, has become even more important. What should I be concerned about? _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
