From ae79ee48c227a3bc7f81468647cba836925a0557 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 2 Apr 2003 15:57:22 +0000 Subject: Fixes #39955 2003-04-02 JP Rosevear Fixes #39955 * gui/itip-utils.c (comp_sentby): don't unref the the account svn path=/trunk/; revision=20641 --- calendar/gui/itip-utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/itip-utils.c') diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index ea956f95bb..ab32ac79c1 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -625,7 +625,6 @@ comp_sentby (CalComponent *comp, CalClient *client) cal_component_set_organizer (comp, &organizer); g_free ((char *) organizer.value); - g_object_unref(a); return; } @@ -644,7 +643,6 @@ comp_sentby (CalComponent *comp, CalClient *client) g_free ((char *)organizer.sentby); g_free ((char *)organizer.cn); g_free ((char *)organizer.language); - g_object_unref(a); } } static CalComponent * -- cgit