Commit 37e54c44 authored by Rémi Duraffort's avatar Rémi Duraffort

growl: fix memleak.

parent d5fd7516
......@@ -222,6 +222,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
NotifyToGrowl( p_intf, psz_tmp, art );
if( art ) CFRelease( art );
free( psz_tmp );
vlc_object_release( p_input );
return VLC_SUCCESS;
......
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