Put the mcheck stuff back in, which was removed without a changelog entry.

2002-07-18  Not Zed  <NotZed@Ximian.com>

	* main.c (main): Put the mcheck stuff back in, which was removed
	without a changelog entry.

svn path=/trunk/; revision=17504
This commit is contained in:
Not Zed
2002-07-18 14:14:11 +00:00
committed by Michael Zucci
parent 8b59300184
commit 093aba2984
2 changed files with 11 additions and 2 deletions

View File

@ -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.

View File

@ -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);