aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/main.c8
2 files changed, 11 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 27d721e4de..72b30520b4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-18 Not Zed <NotZed@Ximian.com>
+
+ * main.c (main): Put the mcheck stuff back in, which was removed
+ without a changelog entry.
+
2002-07-08 Peter Williams <peterw@ximian.com>
* Makefile.am: Reference the new libefilterbar.a.
diff --git a/mail/main.c b/mail/main.c
index fff0b49a45..8be41242c8 100644
--- a/mail/main.c
+++ b/mail/main.c
@@ -88,8 +88,12 @@ main (int argc, char *argv [])
CORBA_ORB orb;
struct sigaction sa, osa;
- free (malloc (10));
-
+ /* used to make elfence work */
+ free(malloc (10));
+#ifdef DO_MCHECK
+ /*mtrace();*/
+ mcheck(blowup);
+#endif
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);