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

Handle an error

parent bf19c970
......@@ -664,6 +664,8 @@ static void SDPHandleUrl( sout_stream_t *p_stream, const char *psz_url )
if( psz_url[0] == '/' && psz_url[1] == '/' )
psz_url += 2;
p_sys->psz_sdp_file = strdup( psz_url );
if( p_sys->psz_sdp_file == NULL )
goto out;
decode_URI( p_sys->psz_sdp_file ); /* FIXME? */
FileSetup( p_stream );
}
......
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