I'm having trouble finding a memory leak with the equipment, usually it helps me a lot and I'm able to find the leak I am, but I have lost in this case.
I am creating a visual controller that controls the ideas loaded with NIB files. In this view there is a map view on the right with "Show User Location". Once I get the user location, I use MKReverseGeocoder to get location data. The leak is always present when I load this view controller and find the Mapkit user location. I figured out that MKReverseGeocoder is not the problem here, since I gets leaked without it or with MKReverseGeocoder.
When I report a memory leak to load this visual tool "leak". See the screenshot on the image:
< / p>
this is how I start my controller:
AddPlaceViewController * addPlaceVC = [[AddPlaceViewController alloc] initWithNibName: @ "AddPlaceViewController" bundle: [NSBundle mainBundle]]; AddPlaceVC.delegate = self; UINavigationController * Navigation Controller = [[UINavigationController alloc] initWithRootViewController: addPlaceVC]; Self.placeController = Navigation Controller; [Self current model view controller: self. Place Controller Animated: Yes]; [Adlevsvc release]; [Navigation controller release]; This is all on iPhone Simulator 4 and targeted OS 3.2.
Is it really leakage or what am I facing here?
Since accounted Library "Foundation" and is not your code, there's nothing to it What can you do (except for this report) for Apple?
Comments
Post a Comment