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

Backport [18773]: double free in gather stream output

parent d243e254
......@@ -150,7 +150,6 @@ static sout_stream_id_t * Add( sout_stream_t *p_stream, es_format_t *p_fmt )
{
TAB_REMOVE( p_sys->i_id, p_sys->id, id );
p_sys->p_out->pf_del( p_sys->p_out, id );
free( id );
i = 0;
continue;
......
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