Memory leak / instruments question
I've been testing an application on a device with instruments. When i click on the leak in instruments i see the leak's responsible library is "CFNetwork" and the Responsible Caller is "HostLookup_Master::HostLookup_Master(__CFStri ng const*, InheritEnum<_ExtendedHostInfoType, CFHostInfoType>, __CFHost*, CFStreamError*)"
And then when open up the detail view to see the stack trace i don't see any part of the trace related to any object I've allocated in my application.
All of the elements of the stack trace are related to the following libraries libSystem.B.dylib, Foundation, CoreFoundation, and CFNetwork. There is no part of the stack linking me to a line of code i've written.
It looks like the leak is related to NSURL, but i'm not sure.
I'm at a loss. Been at this leak for a long time an i am weary.
Any help would be much appreciated.
Thanks
Joe Schorn
|