From 74c02a04c7406f6dcfd73764bab02ca8e20ff3a7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 2 Dec 2002 22:57:13 +0000 Subject: [PATCH] Remove memleak checks. We're switching everything to non-debug CRT libraries (not worth the headaches). --- stepmania/src/StepMania.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 29c785e658..74fd2633bf 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -271,10 +271,6 @@ int main(int argc, char* argv[]) if( argc > 2 ) g_sServerIP = argv[2]; -#ifdef _DEBUG - _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF|_CRTDBG_LEAK_CHECK_DF); -#endif - // SetUnhandledExceptionFilter(CrashHandler); // InitThreadData("Main thread"); // VDCHECKPOINT;