]> git.sesse.net Git - vlc/blobdiff - modules/control/showintf.c
macosx: Ask to send a mail to our bugreport ML if a crash log is detected.
[vlc] / modules / control / showintf.c
index a9ad8ee5c7800c0b2174b60db08297d015493776..bebf0679b1f8b559b07dd466ab61ffcfe5dcfe85 100644 (file)
@@ -135,7 +135,7 @@ static void RunIntf( intf_thread_t *p_intf )
 
 
         /* Take care of the video output */
-        if( p_intf->p_sys->p_vout && p_intf->p_sys->p_vout->b_die )
+        if( p_intf->p_sys->p_vout && !vlc_object_alive (p_intf->p_sys->p_vout) )
         {
             var_DelCallback( p_intf->p_sys->p_vout, "mouse-moved",
                              MouseEvent, p_intf );