diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-17 11:42:48 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-16 14:47:08 +0000 |
commit | 65f61236d77505b4ad5ad5f998e4062b21cf2efd (patch) | |
tree | 1a6f71c504f021a07b50d1cc7f275e2572ebdab9 /bus | |
parent | d95cc488a83ad56f17e08e282a8ebcc33aa34c92 (diff) |
update_desktop_file_entry: free @exec on error
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33126
Diffstat (limited to 'bus')
-rw-r--r-- | bus/activation.c | 1 |
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); |