Releasing an NSTask
Releasing an NSTask
- Subject: Releasing an NSTask
- From: Chad Armstrong <email@hidden>
- Date: Thu, 15 Jan 2004 19:19:21 -0600
When is an appropriate time to release an NSTask? When my program is
shutting down, it will dealloc the task ([myTask dealloc]), but when
should [myTask release] be called? Should it be called each time the
task has completed running? If so, will this effect any further runs
of the task?
Chad Armstrong
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.