]> git.sesse.net Git - vlc/commitdiff
Gestures: The break statement here refers to the local for. Don't release the p_input...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 25 Mar 2007 14:22:47 +0000 (14:22 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 25 Mar 2007 14:22:47 +0000 (14:22 +0000)
modules/control/gestures.c

index 2d046dbea932a5489b4635d2ce8866c111de4a2a..fa45a75addebc253356309dea360ae7068dae7c1 100644 (file)
@@ -329,7 +329,6 @@ static void RunIntf( intf_thread_t *p_intf )
                    {
                        if( val.i_int == list.p_list->p_values[i].i_int )
                        {
-                           vlc_object_release( p_input );
                            break;
                        }
                    }
@@ -389,7 +388,6 @@ static void RunIntf( intf_thread_t *p_intf )
                     {
                         if( val.i_int == list.p_list->p_values[i].i_int )
                         {
-                            vlc_object_release( p_input );
                             break;
                         }
                     }