mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3132
This commit is contained in:
parent
b19f13caeb
commit
8656098eb6
|
@ -455,7 +455,7 @@ int boinc_init(bool standalone_ /* = false */) {
|
||||||
_CrtSetReportHook( boinc_message_reporting );
|
_CrtSetReportHook( boinc_message_reporting );
|
||||||
|
|
||||||
SET_CRT_DEBUG_FIELD(
|
SET_CRT_DEBUG_FIELD(
|
||||||
_CRTDBG_LEAK_CHECK_DF |
|
// _CRTDBG_LEAK_CHECK_DF |
|
||||||
_CRTDBG_CHECK_EVERY_1024_DF
|
_CRTDBG_CHECK_EVERY_1024_DF
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -10730,3 +10730,10 @@ Jeff Mar 23 2004
|
||||||
|
|
||||||
sched/
|
sched/
|
||||||
validate.C
|
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
|
||||||
|
|
Loading…
Reference in New Issue