Re: Exception raised during posting of notification
Re: Exception raised during posting of notification
- Subject: Re: Exception raised during posting of notification
- From: Andrew Shamel <email@hidden>
- Date: Mon, 30 May 2005 23:31:37 -0400
On May 30, 2005, at 10:25 PM, Sherm Pendley wrote: Well, the obvious question is whether you really needed to release the object in question after adding it to the dictionary. How did you create it? If you created it with +alloc or -copy, or sent it a -retain, you need to balance that by releasing it. Otherwise you don't.
I did indeed create it with +alloc, and so after adding it to the dictionary, I release it. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden