From: Simon McVittie Date: Mon, 17 Jan 2011 11:42:48 +0000 (+0000) Subject: update_desktop_file_entry: free @exec on error X-Git-Tag: dbus-1.4.4~2^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65f61236d77505b4ad5ad5f998e4062b21cf2efd;p=thirdparty%2Fdbus.git update_desktop_file_entry: free @exec on error Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33126 --- diff --git a/bus/activation.c b/bus/activation.c index af0282557..00d4be603 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -455,6 +455,7 @@ update_desktop_file_entry (BusActivation *activation, failed: dbus_free (name); + dbus_free (exec); dbus_free (user); dbus_free (systemd_service); _dbus_string_free (&file_path);