]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
update_desktop_file_entry: free @exec on error
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 17 Jan 2011 11:42:48 +0000 (11:42 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 16 Feb 2011 14:47:08 +0000 (14:47 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33126

bus/activation.c

index af0282557f757b950ad17ec018f54a4c77894e2c..00d4be6036996c12c3a3cf9218af8ac1fe5c2223 100644 (file)
@@ -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);