Commit 33045c98 authored by Rafaël Carré's avatar Rafaël Carré

Fix double free - CID 131

(cherry picked from commit af5aece7)
parent b0aa28e6
......@@ -381,8 +381,6 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
if( id->p_input == NULL )
{
free( id );
sout_MuxDelete( p_mux );
sout_AccessOutDelete( p_access );
free( id );
......
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