[vlc-devel] commit: Fixed major crash on Snow Leopard pointed by Pierre ( Felix Paul Kühne )
    git version control 
    git at videolan.org
       
    Fri Sep  4 12:35:19 CEST 2009
    
    
  
vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Fri Sep  4 12:32:20 2009 +0200| [5e2db51e4481699445c0bf699f8a94e186dd018b] | committer: Felix Paul Kühne 
Fixed major crash on Snow Leopard pointed by Pierre
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e2db51e4481699445c0bf699f8a94e186dd018b
---
 bin/vlc.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/bin/vlc.c b/bin/vlc.c
index b0f9c4b..8917ff4 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -73,9 +73,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" );
    
    
More information about the vlc-devel
mailing list