diff --git a/source/platform/win32/i_main.cpp b/source/platform/win32/i_main.cpp index 4cd56e232..d339a59ad 100644 --- a/source/platform/win32/i_main.cpp +++ b/source/platform/win32/i_main.cpp @@ -1173,7 +1173,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE nothing, LPWSTR cmdline, int // Use this to break at a specific allocation number. - _crtBreakAlloc = 253018; + //_crtBreakAlloc = 253018; #endif int ret = DoMain (hInstance);