From 450e5aec52e8885dec0b6b89ae630826ec8e27db Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 28 Apr 2015 15:45:10 +0200 Subject: [PATCH] - this shouldn't have been committed. --- src/win32/i_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/i_main.cpp b/src/win32/i_main.cpp index 1404fc465..846843cc6 100644 --- a/src/win32/i_main.cpp +++ b/src/win32/i_main.cpp @@ -1279,7 +1279,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n _CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF); // Use this to break at a specific allocation number. - _crtBreakAlloc = 22884; + //_crtBreakAlloc = 53039; #endif DoMain (hInstance);