I have a project with an empty main() function.
Just by linking frameworks to my project (e.g. ImageIO.framework) Instruments lists un-freed memory allocations after shutdown of my application.
1) Can I hide persistent memory allocations in Instruments which were created by Apple Frameworks, so I can concentrate on my memory leaks?
2) Is this intended because Apple knows the OS cleans up afterwards anyway?