Hello, On Sun, Dec 10, 2006 at 02:38:54AM +0100, nplourde wrote:
Log: vo_macosx, fix crash when closing window
Modified: trunk/libvo/vo_macosx.m ============================================================================== --- trunk/libvo/vo_macosx.m (original) +++ trunk/libvo/vo_macosx.m Sun Dec 10 02:38:54 2006 @@ -248,10 +248,13 @@ mp_msg(MSGT_VO, MSGL_FATAL, "uninit: shmctl failed\n"); }
- SetSystemUIMode( kUIModeNormal, 0); - CGDisplayShowCursor(kCGDirectMainDisplay); - - [autoreleasepool release]; + SetSystemUIMode( kUIModeNormal, 0); + CGDisplayShowCursor(kCGDirectMainDisplay);
Cosmetics, and even some that make things look much worse than before. Please check for such things with svn di before comitting or use an editor that displays spaces and tabs clearly differently. Greetings, Reimar Döffinger