Commit 5cc974b1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

mmsh: fix potential memleak

parent e692b86a
......@@ -172,6 +172,9 @@ int MMSHOpen( access_t *p_access )
if( !p_input )
{
vlc_UrlClean( &p_sys->proxy );
vlc_UrlClean( &p_sys->url );
free( p_sys );
free( psz_location );
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