Re: Mixing Cpp and ObjC - Memory Leak in ARC
Re: Mixing Cpp and ObjC - Memory Leak in ARC
- Subject: Re: Mixing Cpp and ObjC - Memory Leak in ARC
- From: Quincey Morris <email@hidden>
- Date: Mon, 28 Nov 2016 10:02:49 -0800
- Feedback-id: 167118m:167118agrif8a:167118sLl6wtaVph:SMTPCORP
On Nov 28, 2016, at 04:26 , Hado Hein Applelists <email@hidden> wrote:
Instruments unfortunately finds no leaks.
Yes, but that’s not really important. A “leak” in the Instruments sense likely means an object kept alive by a reference cycle, but there are other situations of objects being undesirably being kept alive for other reasons. You should use the Allocations instrument, along with “generation” marking to watch for unexpected growth in the numbers of specific objects.
I wouldn’t assume that the problem is in the handling of the NSColor objects themselves.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden