Reputation: 12444
When I profile my app in Instruments 4.3, I get a bunch of leaks. Some are as small as 32 bytes and others are a few hundred bytes. So far it seems to me as if these are not my leaks because it does not point anywhere to my source code.
Anyway here is an image of ALL the leaks:
Does anyone know what these leaks are and if I need to be worried about these?
Thank you!
Upvotes: 0
Views: 111
Reputation: 12444
Turns out that these are not my leaks after googling around a bit. They are just leaks UIKit and QuartzCore. So there is nothing wrong on my end! :)
Upvotes: 0
Reputation: 1470
Open your Project in XCode. Push and Hold "Run", it will open a Tap, then click on "Analyse". This will point your leaks in the Code
Hope this helps
Upvotes: 1