Changeset 234bf661a935ad204e089486a0db7e92847ff071
- Timestamp:
- 25/02/08 00:38:08
(8 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1203896288 +0000
- git-parent:
[3aec1b381569f564766bfb23717c657e0e1967e3]
- git-author:
- Rafaël Carré <funman@videolan.org> 1203896288 +0000
- Message:
fix previous commit
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3aec1b3 |
r234bf66 |
|
| 96 | 96 | /* Activate malloc checking routines to detect heap corruptions. */ |
|---|
| 97 | 97 | putenv( (char*)"MALLOC_CHECK_=2" ); |
|---|
| 98 | | # ifdef __APPLE |
|---|
| | 98 | # ifdef __APPLE__ |
|---|
| 99 | 99 | putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" ); |
|---|
| 100 | 100 | # endif |
|---|