Skip to content

Commit cd35dd6

Browse files
committed
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.
1 parent dd22943 commit cd35dd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mysys/my_init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ Voluntary context switches %ld, Involuntary context switches %ld\n",
200200
_CrtSetReportMode( _CRT_ASSERT, _CRTDBG_MODE_FILE );
201201
_CrtSetReportFile( _CRT_ASSERT, _CRTDBG_FILE_STDERR );
202202
_CrtCheckMemory();
203-
_CrtDumpMemoryLeaks();
204203
#endif
205204
}
206205

0 commit comments

Comments
 (0)