Commit 888c97bb authored by Rémi Duraffort's avatar Rémi Duraffort

FIx potential memleak (CID 217)

parent 10445c27
......@@ -94,6 +94,7 @@ static int Open( vlc_object_t *p_this )
if( !notify_init( APPLICATION_NAME ) )
{
free( p_sys );
msg_Err( p_intf, "can't find notification daemon" );
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