From bbb08e87168941969197954765bd234f36897670 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 22 Feb 2010 15:50:20 +0100 Subject: Bug #602396 - Crashed on Reply to all in meeting pop up menu --- calendar/gui/itip-utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index 804f5e004a..9fe0f1bdb6 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -608,9 +608,8 @@ comp_to_list (ECalComponentItipMethod method, ECalComponent *comp, GList *users, if (array == NULL) return NULL; - convert.pdata = array->pdata; g_ptr_array_add (array, NULL); - g_ptr_array_free (array, FALSE); + convert.pdata = g_ptr_array_free (array, FALSE); return convert.destinations; } -- cgit v1.2.3