Commit 33166ad9 authored by Pierre Ynard's avatar Pierre Ynard

OSS: build fix

parent d570f62e
...@@ -487,6 +487,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -487,6 +487,7 @@ static int Open( vlc_object_t *p_this )
return VLC_SUCCESS; return VLC_SUCCESS;
error:
var_DelCallback( p_aout, "audio-device", aout_ChannelsRestart, NULL ); var_DelCallback( p_aout, "audio-device", aout_ChannelsRestart, NULL );
close( p_sys->i_fd ); close( p_sys->i_fd );
free( p_sys ); free( p_sys );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment