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

Same as previous commit, for invalid MMS URLs

parent 866583cd
......@@ -114,6 +114,7 @@ int E_(MMSTUOpen)( access_t *p_access )
{
msg_Err( p_access, "invalid server name" );
vlc_UrlClean( &p_sys->url );
free( p_sys );
return VLC_EGENERIC;
}
if( p_sys->url.i_port <= 0 )
......
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