]> git.sesse.net Git - vlc/blobdiff - modules/misc/notify/growl.m
growl: fix memleak.
[vlc] / modules / misc / notify / growl.m
index 95ad2052353cf209a0a24c02fadb214710bd745c..68e27541b2039fe216f988254571ff47047bf76f 100644 (file)
@@ -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;