Remove memleak checks. We're switching everything to non-debug
CRT libraries (not worth the headaches).
This commit is contained in:
@@ -271,10 +271,6 @@ int main(int argc, char* argv[])
|
|||||||
if( argc > 2 )
|
if( argc > 2 )
|
||||||
g_sServerIP = argv[2];
|
g_sServerIP = argv[2];
|
||||||
|
|
||||||
#ifdef _DEBUG
|
|
||||||
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF|_CRTDBG_LEAK_CHECK_DF);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// SetUnhandledExceptionFilter(CrashHandler);
|
// SetUnhandledExceptionFilter(CrashHandler);
|
||||||
// InitThreadData("Main thread");
|
// InitThreadData("Main thread");
|
||||||
// VDCHECKPOINT;
|
// VDCHECKPOINT;
|
||||||
|
|||||||
Reference in New Issue
Block a user