[vlc-devel] commit: gui/macosx: try a fix of validateMenuItem: that avoid to fail on __vlc_object_release() assertion (internals-> i_children==0). (Sebastien Zwickert )

git version control git at videolan.org
Sat Dec 26 10:31:22 CET 2009


vlc | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Fri Dec 25 21:20:49 2009 +0100| [b1198ae4eb4d7f1d8d073119acdaa85907bab79d] | committer: Pierre d'Herbemont 

gui/macosx: try a fix of validateMenuItem: that avoid to fail on __vlc_object_release() assertion (internals->i_children==0).

Signed-off-by: Pierre d'Herbemont <pdherbemont at free.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1198ae4eb4d7f1d8d073119acdaa85907bab79d
---

 modules/gui/macosx/controls.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m
index c042eb9..109397f 100644
--- a/modules/gui/macosx/controls.m
+++ b/modules/gui/macosx/controls.m
@@ -1123,7 +1123,6 @@
     
                 vlc_object_release( (vlc_object_t *)p_vout );
             }
-            vlc_object_release( p_input );
         }
         if( [[o_mi title] isEqualToString: _NS("Fullscreen")] )
         {




More information about the vlc-devel mailing list