Commit 9f0df8af authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Baptiste Kempf

mmsh: fix potential memleak

(cherry picked from commit 5cc974b1)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 761f863b
......@@ -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