From f65b2c1dcbbf049cf52d9736bcd9e3e15e5537fe Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 24 Dec 2019 19:48:26 +0100 Subject: [PATCH] - disable the allocation breakpoint. --- source/platform/win32/i_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);