]> git.sesse.net Git - vlc/commitdiff
OSS: build fix
authorPierre Ynard <linkfanel@yahoo.fr>
Sun, 2 Oct 2011 22:59:30 +0000 (00:59 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Sun, 2 Oct 2011 22:59:30 +0000 (00:59 +0200)
modules/audio_output/oss.c

index 3f02068e4413cae329f20dbd16d3c6303a7456d8..d201df56516a32037f27351f8893d2211a569458 100644 (file)
@@ -487,6 +487,7 @@ static int Open( vlc_object_t *p_this )
 
     return VLC_SUCCESS;
 
+error:
     var_DelCallback( p_aout, "audio-device", aout_ChannelsRestart, NULL );
     close( p_sys->i_fd );
     free( p_sys );