Disabled Debug_Alloc as it is causing crashes in debug builds.
This commit is contained in:
parent
1174ac350b
commit
f7569a4ce9
|
@ -66,7 +66,7 @@ typedef signed long sint32;
|
|||
#define _DEBUG_TRACK_PB
|
||||
/*! define this to track memory allocations */
|
||||
#ifdef _DEBUG
|
||||
#define _DEBUG_ALLOC
|
||||
//#define _DEBUG_ALLOC
|
||||
#endif
|
||||
/*! define this to trace intercepted function calls */
|
||||
#ifdef _DEBUG
|
||||
|
|
Loading…
Reference in New Issue