On Wed, Oct 1, 2008 at 3:57 PM, Christopher J Kemsley <[EMAIL PROTECTED]>wrote:

> Instead of replying to everybody individually, let me say this:
>
> I neglected to mention in my original post that, when this object is
> deallocated, it explicitly deallocated the editedRowName


Are you saying that you called [editedRowName dealloc]? If so - don't do
that. Release or autorelease it. The only time you're allowed to call
-dealloc is when you're calling [super dealloc] from a subclass.

sherm--

-- 
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to