IPhone Is quartz a memory leak?

I analyzed my application using tools, and leaks show that I have one leak:

4 kb - malloc

responding library - QuartzCore

responsabile frame - CA :: Transaction :: create ()

I was wondering if this is really quartz, or am I taking it for something else?

+3
source share
1 answer

Yes it is. Apple's framework is not perfect, especially QuartzCoreother media environments. Do not worry - this is only 4K!

+1
source

All Articles