Commit ebc02c29 authored by Rémi Duraffort's avatar Rémi Duraffort Committed by Derk-Jan Hartman

FIx potential memleak (CID 217)

(cherry picked from commit 888c97bb)
parent ab78b098
......@@ -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