singletons and autoreleased objects
singletons and autoreleased objects
- Subject: singletons and autoreleased objects
- From: "Karan, Cem (Civ, ARL/CISD)" <email@hidden>
- Date: Wed, 13 May 2009 11:30:58 -0400
- Thread-topic: singletons and autoreleased objects
I have an object that I've turned into a singleton via the techniques described at:
http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/CocoaObjects.html#//apple_ref/doc/uid/TP40002974-CH4-SW32
This works great, but I've started debugging, and discovered that I seem to be leaking memory (I'm not sure about that; I may be misreading what Instruments is telling me). It appears to be because my singleton object (and anything it holds) looks like a leak to leaks. Is this normal? Should I be worried?
Thanks,
Cem Karan
_______________________________________________
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