From 65f61236d77505b4ad5ad5f998e4062b21cf2efd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 17 Jan 2011 11:42:48 +0000 Subject: update_desktop_file_entry: free @exec on error Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33126 --- bus/activation.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bus') 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); -- cgit v1.2.3