Re: Core Data Crash on MOC Release
Re: Core Data Crash on MOC Release
- Subject: Re: Core Data Crash on MOC Release
- From: Kyle Sluder <email@hidden>
- Date: Thu, 13 Aug 2009 10:11:13 -0700
On Thu, Aug 13, 2009 at 10:03 AM, Volker in Lists<email@hidden> wrote:
> Why don't you call
> self.persistentStoreCoordinator = nil;
> instead of releasing the persistentStoreCoordinator ?
-dealloc should always access instance variables directly; it should
not call accessor methods. Currently this is impossible to do with
synthesized instance variables, but that is considered a bug.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden