Commit c2239a91 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove invalid free()

parent bdca2f93
......@@ -61,7 +61,6 @@ int aout_MixerNew( aout_instance_t * p_aout )
if( !p_mixer->module )
{
msg_Err( p_aout, "no suitable audio mixer" );
free( p_mixer->input );
vlc_object_release( p_mixer );
return VLC_EGENERIC;
}
......
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