Re: EXC_BAD_ACCESS when trying to use [NSMutableURLRequest setHTTPBodyStream]
Re: EXC_BAD_ACCESS when trying to use [NSMutableURLRequest setHTTPBodyStream]
- Subject: Re: EXC_BAD_ACCESS when trying to use [NSMutableURLRequest setHTTPBodyStream]
- From: "I. Savant" <email@hidden>
- Date: Thu, 10 Jan 2008 11:52:15 -0500
> I've had this suggestion from a few people, so I'm going to report
> back to the list that the unretained objects is not the cause of my
> problem. I changed my code to look like:
Is the "Uploader" object that contains this code retained as well?
You set it as the delegate of your NSURLConnection. Is it still around
when the NSURLConnection instance you create makes calls back to your
Uploader instance?
The error you're reporting *is* memory-management-related.
--
I.S.
_______________________________________________
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