From 869d977e5add09a08ec6e1fcf1d77f8286adca53 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 21 Jan 2013 16:39:55 +0100 Subject: indicator-ng: fix crash (tried to free a string with g_object_unref) --- libindicator/indicator-ng.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libindicator/indicator-ng.c') diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c index ea02847..10c362c 100644 --- a/libindicator/indicator-ng.c +++ b/libindicator/indicator-ng.c @@ -114,7 +114,6 @@ indicator_ng_dispose (GObject *object) indicator_ng_free_actions_and_menu (self); - g_clear_object (&self->service_file); g_clear_object (&self->label); g_clear_object (&self->image); g_clear_object (&self->gtkmenu); -- cgit v1.2.3