From 093aba2984e28ae0a5b33186a3316e1ed9be7e0f Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 18 Jul 2002 14:14:11 +0000 Subject: Put the mcheck stuff back in, which was removed without a changelog entry. 2002-07-18 Not Zed * main.c (main): Put the mcheck stuff back in, which was removed without a changelog entry. svn path=/trunk/; revision=17504 --- mail/ChangeLog | 5 +++++ mail/main.c | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'mail') 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 + + * main.c (main): Put the mcheck stuff back in, which was removed + without a changelog entry. + 2002-07-08 Peter Williams * 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); -- cgit v1.2.3