Hi, I have literally the same problem, as described here http://www.iphonedevsdk.com/forum/iphone-sdk-development/968-breakpoints-dealloc.html#post7406
Sorry for the quote, but the description is perfect.
Because my dealloc is also not called automatically, my question is, am I supposed to overwrite applicationWillFinish and call [self release] in order to not leave any leak?
Kind regards