views:

12

answers:

1

I have gone over a silly amount of forum posts and questions here. while i would love to take this advice: http://www.cocos2d-iphone.org/forum/topic/2003 I suppose i just don't trust 'them' as much as this community.

so, I ask, is this a 'negligible leak' if it only seems to happen once when i push a view onto the root view controller?

image from Instruments

A: 

The core audio libraries have always given me unfixable memory leaks. Just ignore them because they are Apple's fault.

There's 416 bytes leaked there but if it only happens once then it's nothing to worry about.

With my code, the AVAudioPlayer class leaks each time I call the play method. It's rubbish. Luckily it's only a small leak.

Matthew Mitchell
Thank you. It is pretty hard not to hunt that white whale.
griotspeak