Disabled Debug_Alloc as it is causing crashes in debug builds.

This commit is contained in:
Luke Usher 2016-04-01 22:59:34 +01:00
parent 1174ac350b
commit f7569a4ce9
1 changed files with 1 additions and 1 deletions

View File

@ -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