diff --git a/source/common/platform/win32/i_main.cpp b/source/common/platform/win32/i_main.cpp index 1e8ceef91..889cbd90b 100644 --- a/source/common/platform/win32/i_main.cpp +++ b/source/common/platform/win32/i_main.cpp @@ -550,7 +550,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE nothing, LPWSTR cmdline, int _CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF); // Use this to break at a specific allocation number. - _crtBreakAlloc = 6152; + //_crtBreakAlloc = 6152; #endif int ret = DoMain (hInstance);