views:

136

answers:

2

I have a strange problem with a memory leak (the only one ;-) ) in my iPhone app:

alt text

I don't know where I have to look for the cause of this leak... the strange thing is that this, exactly this leak also shows up if I create a new navigation-based app and just run it without any changes. I'm testing it in the simulator BTW because I don't have my developer certificate until now. Has anybody an idea what could be the cause of this leak?

+2  A: 

See this previous question.

zoul
+1  A: 

Apple is not perfect and sometimes has leaks in the code. If all your app is leaking is 256 BYTES then I think you will just be wasting your time trying to track it down. My advice is to forget about it.

coneybeare