[Evolution] Bug#358432: diff for 2.4.2.1-1.1 NMU

heikkih at gmail.com heikkih at gmail.com
Wed Mar 22 18:39:24 UTC 2006


Package: evolution
Version: 2.4.2.1-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my evolution 2.4.2.1-1.1 NMU.

Sincerely,
 Heikki
-------------- next part --------------
diff -Nru /tmp/gSFqgTTA24/evolution-2.4.2.1/debian/changelog /tmp/iNZ1xCmY4t/evolution-2.4.2.1/debian/changelog
--- /tmp/gSFqgTTA24/evolution-2.4.2.1/debian/changelog	2006-03-22 18:38:11.000000000 +0000
+++ /tmp/iNZ1xCmY4t/evolution-2.4.2.1/debian/changelog	2006-03-22 18:38:12.000000000 +0000
@@ -1,3 +1,9 @@
+evolution (2.4.2.1-1.1) unstable; urgency=low
+
+  * NMU to fix crasher in startup (closes: #358071)
+
+ -- Heikki Henriksen <heikkih at gmail.com>  Wed, 22 Mar 2006 13:59:44 +0000
+
 evolution (2.4.2.1-1) unstable; urgency=low
 
   [ Jordi Mallach ]
diff -Nru /tmp/gSFqgTTA24/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c /tmp/iNZ1xCmY4t/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c
--- /tmp/gSFqgTTA24/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c	2005-06-23 04:18:03.000000000 +0000
+++ /tmp/iNZ1xCmY4t/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c	2006-03-22 18:38:12.000000000 +0000
@@ -47,7 +47,7 @@
 	is_key = gconf_client_get(client, GCONF_KEY_CHECKDEFAULT, NULL);
 	if(!is_key)
 		gconf_client_set_bool(client, GCONF_KEY_CHECKDEFAULT, TRUE, NULL);
-	g_free(is_key);
+	gconf_value_free (is_key);
 	
 	/* Check whether we're supposed to check whether or not we are the default mailer */
 	if(gconf_client_get_bool(client, GCONF_KEY_CHECKDEFAULT, NULL)) { 


More information about the Pkg-evolution-maintainers mailing list