I did the the following steps:
- Create a view-based iPad application in Xcode,
- Open the .xib file, add an UIImageView, set an image for it(a 200x100 image).
- Launch the program by Run>Run with performance tool>Leak
And there are two leaks reported:
Leaked Object # Address Size Responsible Library Responsible Frame Malloc 128 Bytes 0x72186d0 128 ImageIO BuildPluginListPurple Malloc 128 Bytes 0x4712000 128 CoreGraphics open_handle_to_dylib_path
So....What is happening?
Thanks