I'm making iPhone development and having (like lot of peoples) problems with memory management.
I'm often using "Instruments" in order to fix memory I have forgot to dealloc.
So I don't have memory leak anymore !
BUT... When I'm using the app the "Live Bytes" in Instruments is always increasing.
At the launch my App is using 4MB and going back and forward few times in my UINavigationView 10MB (still "without" memory leak).

Martin Magakian