From 9a70464dc7c98701216a394b0db27f024b3fb67c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Jan 2011 17:59:24 +0000 Subject: [PATCH 4/5] update_desktop_file_entry: free exec_tmp in the successful case --- bus/activation.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bus/activation.c b/bus/activation.c index 0721704..a4c212f 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -446,6 +446,7 @@ update_desktop_file_entry (BusActivation *activation, entry->mtime = stat_buf.mtime; + dbus_free (exec_tmp); _dbus_string_free (&file_path); bus_activation_entry_unref (entry); -- 1.7.2.3