Commit e5fc0bfd authored by Rémi Duraffort's avatar Rémi Duraffort

mixer: fix memleak.

parent bb1dbbdf
......@@ -93,6 +93,7 @@ void aout_MixerDelete( aout_instance_t * p_aout )
module_unneed( p_aout->p_mixer, p_aout->p_mixer->module );
free( p_aout->p_mixer->input );
vlc_object_release( p_aout->p_mixer );
/* */
......
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