X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvlc.c;h=b8dd9bb9586876aa049143363252c0f4a79ae8da;hb=99565f4f3cfa45ed8cccc8e555808a0083356096;hp=7016849d0915ae31601f9a1e05350e210c7a1d8c;hpb=3aec1b381569f564766bfb23717c657e0e1967e3;p=vlc diff --git a/src/vlc.c b/src/vlc.c index 7016849d09..b8dd9bb958 100644 --- a/src/vlc.c +++ b/src/vlc.c @@ -95,7 +95,7 @@ int main( int i_argc, const char *ppsz_argv[] ) # ifdef DEBUG /* Activate malloc checking routines to detect heap corruptions. */ putenv( (char*)"MALLOC_CHECK_=2" ); -# ifdef __APPLE +# ifdef __APPLE__ putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" ); # endif