Since iOS 4.3 SDK is not in beta anymore, i believe i can talk about it here.
I\'m using UIApplicationExitsOnSuspend flag in my application to relaunch
UIApplicationExitsOnSuspend
I had the same problem. The solution is to set the delegate to nil before you release the geocoder. So you should add
[reverseGeocoder setDelegate:nil]; [reverseGeocoder release];