Commit e454bb83 authored by Rémi Duraffort's avatar Rémi Duraffort

upnp_intel: fix potential memleak.

parent f38e00c9
......@@ -94,6 +94,7 @@ static int Open( vlc_object_t *p_this )
if( res != UPNP_E_SUCCESS )
{
msg_Err( p_sd, "%s", UpnpGetErrorMessage( res ) );
free( p_sys );
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