]> git.sesse.net Git - vlc/commitdiff
Gestures: Remove unwanted commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 25 Mar 2007 12:15:08 +0000 (12:15 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 25 Mar 2007 12:15:08 +0000 (12:15 +0000)
modules/control/gestures.c

index 9e7ccba9cf3b590bc9944d2da44794c08a13d662..8c8d17d7ac9972d4b27c9283c3c33f4bb8ce3ede 100644 (file)
@@ -110,6 +110,10 @@ int E_(Open) ( vlc_object_t *p_this )
 {
     intf_thread_t *p_intf = (intf_thread_t *)p_this;
 
+    vlc_mutex_lock( &p_intf->change_lock );
+    p_intf->p_sys->p_vout = NULL;
+    vlc_mutex_unlock( &p_intf->change_lock );
+
     /* Allocate instance and initialize some members */
     p_intf->p_sys = malloc( sizeof( intf_sys_t ) );
     if( p_intf->p_sys == NULL )