Remove memleak checks. We're switching everything to non-debug

CRT libraries (not worth the headaches).
This commit is contained in:
Glenn Maynard
2002-12-02 22:57:13 +00:00
parent ed327e49e0
commit 74c02a04c7
-4
View File
@@ -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;