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:
@ -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.
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user