On Mon, Jul 21, 2008 at 5:02 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > NSString* csvString = [NSString stringWithContentsOfURL: lookupURL > encoding: NSUTF8StringEncoding error: &lookupError];
This line right here requires an autorelease pool. Have you created one for your thread? It's apparent that you have a memory management issue somewhere in your code. Can you post more context? --Kyle Sluder _______________________________________________ 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]
