Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using Xcode 4.3.1 with an ARC iOS (5.1) project and appear to have (according to instruments) a memory leak on the following:

player = [[MPMoviePlayerController alloc] init];

I have tried player as a property, ivar - with and without a video file, on a button click etc, etc yet this one line shows as a leak?

Am I missing something really obvious here? I have attached a screen of the leak.

Leak

Thanks,

share|improve this question
I don't suppose you figured this out have you? I'm encountering the same issue. Thanks. – Jeremy May 8 '12 at 17:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.