Passing Objects In Messages
Passing Objects In Messages
- Subject: Passing Objects In Messages
- From: James Masasaki <email@hidden>
- Date: Fri, 17 Oct 2003 17:58:16 -0700
When I pass an object as a parameter in an Objective-C message, how/when do
I know it's safe to dispose of this object? Is it a requirement that I
receive a response before I dispose the object, or do I just send the
message and some garbage collection mechanism cleans up the object for me?
Thanks,
James
_______________________________________________
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.