[evolution-patches] #50540:Crash - IMAP folder subscription



Hi guys,
This is a crush bug in evolution-1.4
http://bugzilla.ximian.com/show_bug.cgi?id=50540

This bug is troublesome.
I have taken a really long time to find where the problem is.
I even tried to comment the codes line by line to find the crush point.
After millions of times' attempt. I find a method to avoid crushing.

This patch can just prevent evolution-1.4 from crushing.
But, I still donn't know where is the root of this crushing.
I also know this patch is not a good one. But I hope someone can help me
look through it and find a better way to solve it.

Regards

Bill


Index: subscribe-dialog.c
===================================================================
RCS file: /export/src/cvs/evolution/mail/subscribe-dialog.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 subscribe-dialog.c
--- subscribe-dialog.c	2003/09/26 06:34:30	1.1.1.1
+++ subscribe-dialog.c	2004/03/01 01:12:36
@@ -736,8 +736,6 @@
 	closure->ftree->activity_level--;
 	(closure->ftree->activity_cb) (closure->ftree->activity_level, closure->ftree->activity_data);
 	g_object_unref(closure->ftree->activity_data);
-
-	g_free (closure);
 }
 
 static void


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