[evolution] Bug #602396 - Crashed on Reply to all in meeting pop up menu



commit bbb08e87168941969197954765bd234f36897670
Author: Milan Crha <mcrha redhat com>
Date:   Mon Feb 22 15:50:20 2010 +0100

    Bug #602396 - Crashed on Reply to all in meeting pop up menu

 calendar/gui/itip-utils.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c
index 804f5e0..9fe0f1b 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;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]