Re: NSURLConnection leaks
Re: NSURLConnection leaks
- Subject: Re: NSURLConnection leaks
- From: Shawn Erickson <email@hidden>
- Date: Wed, 05 Oct 2005 17:05:56 -0700
On Jun 22, 2005, at 8:28 AM, Steve Palmer wrote:
Is the reported leak familiar to anybody and do they have any idea
of the cause? And is there an explanation why
NSURLConnection:initWithRequest:delegate is returning an object
with a retain count of 2. Is the OS somehow caching requests for
reuse?
I suggest you fire up /Developer/Applications/Performance Tools/
ObjectAlloc.app and check "Also record CF & ObjC reference counting"
when you fire up your application from ObjectAlloc.app.
Then go into the "Instance Browser" and you can view reference
counting related events with a backtrace for each.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden