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. Cheers, Heikki
diff -Nru /tmp/M5AFEKfreX/evolution-2.4.2.1/debian/changelog /tmp/hmOuIZzscl/evolution-2.4.2.1/debian/changelog --- /tmp/M5AFEKfreX/evolution-2.4.2.1/debian/changelog 2006-03-22 18:21:39.000000000 +0000 +++ /tmp/hmOuIZzscl/evolution-2.4.2.1/debian/changelog 2006-03-22 18:21:41.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 <[EMAIL PROTECTED]> Wed, 22 Mar 2006 13:59:44 +0000 + evolution (2.4.2.1-1) unstable; urgency=low [ Jordi Mallach ] diff -Nru /tmp/M5AFEKfreX/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c /tmp/hmOuIZzscl/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c --- /tmp/M5AFEKfreX/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c 2005-06-23 04:18:03.000000000 +0000 +++ /tmp/hmOuIZzscl/evolution-2.4.2.1/plugins/default-mailer/default-mailer.c 2006-03-22 18:21:41.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)) {