*** empty log message ***

svn path=/trunk/boinc/; revision=3132
This commit is contained in:
Rom Walton 2004-03-23 19:26:45 +00:00
parent b19f13caeb
commit 8656098eb6
2 changed files with 8 additions and 1 deletions

View File

@ -455,7 +455,7 @@ int boinc_init(bool standalone_ /* = false */) {
_CrtSetReportHook( boinc_message_reporting );
SET_CRT_DEBUG_FIELD(
_CRTDBG_LEAK_CHECK_DF |
// _CRTDBG_LEAK_CHECK_DF |
_CRTDBG_CHECK_EVERY_1024_DF
);

View File

@ -10730,3 +10730,10 @@ Jeff Mar 23 2004
sched/
validate.C
Rom Mar 23 2004
- client applications don't really need to dump leak detection information
for public consumption. So remark it out for public release.
api/
boinc_api.c