I am using Xcode 4.3.1 with the iOS ARC project (5.1) and apparently have (according to the tools) a memory leak for the following:
player = [[MPMoviePlayerController alloc] init];
I tried the player as a property, ivar - with and without video, a button click, etc. etc., but does this single line appear as a leak?
Did I miss something really obvious here? I attached a leak screen.
Leak http://www.webelectrix.com/leak.jpg
Thank,
source
share