mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 03:06:13 +08:00
Fixed major crash on Snow Leopard pointed by Pierre
This commit is contained in:
parent
a4ba8b19d0
commit
d63c187cd8
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user