Skip navigation.
 
mlRe: EXC_BAD_ACCESS when trying to use [NSMutableURLRequest setHTTPBodyStream]
FROM : j o a r
DATE : Thu Jan 10 19:01:08 2008

On Jan 10, 2008, at 9:29 AM, Dave Carrigan wrote:

> Yes it is, because it's not autorelease. It's alloced with 
> [[Uploader alloc] initWithURL] and I never do a dealloc on it. (But 
> just to be sure, I just added a retain there, with no change in the 
> crash.)



I hope that was a simple typo, and that you ment to say "release" and 
not "dealloc"?

j o a r