From 510e1e13fafca7393baa20f5afa4567b87c2d224 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 7 Jul 2011 10:39:10 -0500 Subject: Oops, should be a free --- src/indicator-application.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/indicator-application.c b/src/indicator-application.c index 358c0a6..dc810f4 100644 --- a/src/indicator-application.c +++ b/src/indicator-application.c @@ -587,10 +587,10 @@ application_removed (IndicatorApplication * application, gint position) g_object_unref(G_OBJECT(app->entry.menu)); } if (app->entry.accessible_desc != NULL) { - g_object_unref(G_OBJECT(app->entry.accessible_desc)); + g_free((gchar *)app->entry.accessible_desc); } if (app->entry.name_hint != NULL) { - g_object_unref(G_OBJECT(app->entry.name_hint)); + g_free((gchar *)app->entry.name_hint); } g_free(app); -- cgit v1.2.3