From cd35dd6a0546c31449d1c4c43bc03fe351d0dcf4 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Thu, 24 Aug 2017 15:49:50 +0000 Subject: Windows : Do not use CRT routine to dump memory leaks. Its output is useless,and, in case of large output, it also may prevent with search_pattern_in_file.inc from working. --- mysys/my_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mysys/my_init.c b/mysys/my_init.c index dee41e1202a..a0f8e21322e 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -200,7 +200,6 @@ Voluntary context switches %ld, Involuntary context switches %ld\n", _CrtSetReportMode( _CRT_ASSERT, _CRTDBG_MODE_FILE ); _CrtSetReportFile( _CRT_ASSERT, _CRTDBG_FILE_STDERR ); _CrtCheckMemory(); - _CrtDumpMemoryLeaks(); #endif } -- cgit v1.2.1