4 Nov
2005
4 Nov
'05
12:30 p.m.
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com When you do something like this: task_t task; tErrorCode=task_for_pid(mach_task_self(),inPID,&task); mach_port_deallocate(mach_task_self(),task); ? Because I'm seeing 1 warning during compilation when I use this. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Do you have to deallocate 'task' when you don't need it anymore? If yes, how do you do this? This email sent to site_archiver@lists.apple.com