On 12/05/2009, at 6:55 PM, Michael Vannorsdel wrote:

You properly retain dataDict, now do the same with destinationPath and you should be ok.

On May 11, 2009, at 3:10 AM, Ben Spam wrote:
if(!dataDict){ NSLog(@"No File"); dataDict = [[NSMutableDictionary alloc] init];} else{[dataDict retain];}
   return self;



A classic case of poor code formatting leading to a complete misreading of what's actually happening. Hopefully this is due to a cut-and-paste into the email reformatting and not a reflection of how it actually appears in the code.

--Graham


_______________________________________________

Cocoa-dev mailing list ([email protected])

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