From: Felix Paul Kühne Date: Fri, 4 Sep 2009 10:32:20 +0000 (+0200) Subject: Fixed major crash on Snow Leopard pointed by Pierre X-Git-Tag: 1.1.0-ff~3536 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=d63c187cd8daa82e388ef54195ddc72b74795558 Fixed major crash on Snow Leopard pointed by Pierre --- diff --git a/bin/vlc.c b/bin/vlc.c index 94465e6542..b175439ef8 100644 --- a/bin/vlc.c +++ b/bin/vlc.c @@ -79,9 +79,6 @@ int main( int i_argc, const char *ppsz_argv[] ) # ifndef NDEBUG /* Activate malloc checking routines to detect heap corruptions. */ 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 */ putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" );