This, of course, is not normal. You can subclass MPMoviePlayerController and override the function - (void) deallocwith the following code:
- (void) dealloc
{
[super dealloc];
NSLog(@"My code is fine!");
}
MPMoviePlayerController . . My code is fine! , , , - . , strong retain, . , ( self.movieController) self.movieController = nil .
, .