From 912d8d38bf81da26e4d870685ada651fac88e2fc Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 23 Sep 2023 10:32:49 +0200 Subject: [PATCH] - disable alloc debugging again. --- source/common/platform/win32/i_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);