]> git.sesse.net Git - vlc/commitdiff
Fixed double vlc_restorecancle call.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 25 Jan 2009 18:03:49 +0000 (19:03 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 25 Jan 2009 18:03:49 +0000 (19:03 +0100)
Noticed by courmish.

modules/control/globalhotkeys/x11.c

index 74f9bcb525ff9fa4831077089ee6de1cee6004b9..6f224b254d83d1a7193abd462ae64c0fb91e7528 100644 (file)
@@ -357,7 +357,6 @@ static void *Thread( void *p_data )
         }
     }
 
-    vlc_restorecancel( canc );
     return NULL;
 }