summaryrefslogtreecommitdiff
path: root/bus/activation.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-01-17 11:42:48 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-16 14:47:08 +0000
commit65f61236d77505b4ad5ad5f998e4062b21cf2efd (patch)
tree1a6f71c504f021a07b50d1cc7f275e2572ebdab9 /bus/activation.c
parentd95cc488a83ad56f17e08e282a8ebcc33aa34c92 (diff)
downloaddbus-65f61236d77505b4ad5ad5f998e4062b21cf2efd.tar.gz
update_desktop_file_entry: free @exec on error
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33126
Diffstat (limited to 'bus/activation.c')
-rw-r--r--bus/activation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/activation.c b/bus/activation.c
index af028255..00d4be60 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);