Commit d63c187c authored by Felix Paul Kühne's avatar Felix Paul Kühne

Fixed major crash on Snow Leopard pointed by Pierre

parent a4ba8b19
...@@ -79,9 +79,6 @@ int main( int i_argc, const char *ppsz_argv[] ) ...@@ -79,9 +79,6 @@ int main( int i_argc, const char *ppsz_argv[] )
# ifndef NDEBUG # ifndef NDEBUG
/* Activate malloc checking routines to detect heap corruptions. */ /* Activate malloc checking routines to detect heap corruptions. */
putenv( (char*)"MALLOC_CHECK_=2" ); putenv( (char*)"MALLOC_CHECK_=2" );
# ifdef __APPLE__
putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" );
# endif
/* Disable the ugly Gnome crash dialog so that we properly segfault */ /* Disable the ugly Gnome crash dialog so that we properly segfault */
putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" ); putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment