Commit b1198ae4 authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Pierre d'Herbemont

gui/macosx: try a fix of validateMenuItem: that avoid to fail on...

gui/macosx: try a fix of validateMenuItem: that avoid to fail on __vlc_object_release() assertion (internals->i_children==0).
Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@free.fr>
parent 46b7f9a6
......@@ -1123,7 +1123,6 @@
vlc_object_release( (vlc_object_t *)p_vout );
}
vlc_object_release( p_input );
}
if( [[o_mi title] isEqualToString: _NS("Fullscreen")] )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment