[vlc-commits] OSS: build fix

Pierre Ynard git at videolan.org
Mon Oct 3 01:00:01 CEST 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Oct  3 00:59:30 2011 +0200| [33166ad97a418e9bdc0972901cab51e6aa437dd3] | committer: Pierre Ynard

OSS: build fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33166ad97a418e9bdc0972901cab51e6aa437dd3
---

 modules/audio_output/oss.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/audio_output/oss.c b/modules/audio_output/oss.c
index 3f02068..d201df5 100644
--- a/modules/audio_output/oss.c
+++ b/modules/audio_output/oss.c
@@ -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 );



More information about the vlc-commits mailing list