accidentally left _CrtCheckMemory defined in non-Windows builds

master
Richard Linden 2014-02-06 13:14:40 -08:00
parent 7b9e17f5cd
commit a8192fbf60
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class LLMutex ;
#if LL_WINDOWS && LL_DEBUG
#define LL_CHECK_MEMORY llassert(_CrtCheckMemory());
#else
#define LL_CHECK_MEMORY _CrtCheckMemory();
#define LL_CHECK_MEMORY
#endif