From 9c6bce4c376a2add62ed8ce0b2fef36e171161ff Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 16 Oct 2006 18:15:43 +0000 Subject: Fixes #332101 svn path=/trunk/; revision=32902 --- calendar/gui/e-cal-popup.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/e-cal-popup.c') diff --git a/calendar/gui/e-cal-popup.c b/calendar/gui/e-cal-popup.c index 6020cd4b07..280db93e89 100644 --- a/calendar/gui/e-cal-popup.c +++ b/calendar/gui/e-cal-popup.c @@ -381,7 +381,6 @@ ecalp_standard_menu_factory (EPopup *ecalp, void *data) g_free (mime_type); if (apps) { - GString *label = g_string_new(""); GSList *open_menus = NULL; GList *l; @@ -407,7 +406,6 @@ ecalp_standard_menu_factory (EPopup *ecalp, void *data) if (open_menus) e_popup_add_items(ecalp, open_menus, NULL, ecalp_apps_popup_free, NULL); - g_string_free(label, TRUE); g_list_free(apps); } } -- cgit v1.2.3