[evolution-patches] 66736, itip control crash




not sure if this will fix the issue, but without its likely to crash around there, so it might.

--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2500.2.15
diff -u -p -r1.2500.2.15 ChangeLog
--- calendar/ChangeLog	27 Sep 2004 14:10:11 -0000	1.2500.2.15
+++ calendar/ChangeLog	28 Sep 2004 05:08:46 -0000
@@ -1,3 +1,10 @@
+2004-09-28  Not Zed  <NotZed Ximian com>
+
+	** See bug #66736.
+
+	* gui/e-itip-control.c (e_itip_control_set_data): noop if we were
+	destroyed (priv == null).
+
 2004-09-24  Rodrigo Moya <rodrigo novell com>
 
 	Fixes #65599
Index: calendar/gui/e-itip-control.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-itip-control.c,v
retrieving revision 1.160.4.2
diff -u -p -r1.160.4.2 e-itip-control.c
--- calendar/gui/e-itip-control.c	24 Sep 2004 05:06:38 -0000	1.160.4.2
+++ calendar/gui/e-itip-control.c	28 Sep 2004 05:08:47 -0000
@@ -1632,6 +1632,8 @@ e_itip_control_set_data (EItipControl *i
 	icalcompiter tz_iter;
 
 	priv = itip->priv;
+	if (priv == NULL)
+		return;
 
 	clean_up (itip);
 


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