From fd1a092a1d4107dc21e9c1c0f5cd6e4cef553116 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 17 Jan 2011 11:42:48 +0000 Subject: [PATCH 4/7] update_desktop_file_entry: free @exec on error Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33126 --- bus/activation.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bus/activation.c b/bus/activation.c index af02825..00d4be6 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); -- 1.7.2.3