I’m profiling my application using the leak instrument, and I have some leaks. If I look in the responsible library column I can only see some frameWork library (mostly ImageIO).I would like to know if there is a way to know if a leak come from my code or is something related to the framework itself. For example if I select a leak and I look in the extended detail the stack trace there is no reference to my code (see image below)

I am a bit confused about that, could be possible that I don’t see any reference to my code but the leak is somehow related to it? and if yes what could be the best strategy to discover who is leaking?
Any help / suggestions / tutorial is welcome
As you can see in image, just change the settings like:
Select Call tree, and then on left hand side check: Invert Call tree, Hide-System Libraries and Show Obj-c only
Now if you are getting leaks then you can get hint of where is your code leaking