From c4b29527853bd9e1b90a86cfb86b39bcdfee0f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Sun, 1 Apr 2012 20:54:37 +0200 Subject: Indicator Service Manager: we don't have to free values if got with &s from variant See http://is.gd/EyhAhP --- libindicator/indicator-service-manager.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libindicator/indicator-service-manager.c b/libindicator/indicator-service-manager.c index 33b0557..d0771c1 100644 --- a/libindicator/indicator-service-manager.c +++ b/libindicator/indicator-service-manager.c @@ -571,9 +571,6 @@ service_proxy_name_changed (GDBusConnection * connection, const gchar * sender_n } } - g_free (new_name); - g_free (prev_name); - return; } -- cgit v1.2.3