mirror of https://github.com/BOINC/boinc.git
- client: free mem on exit if debug mode
svn path=/trunk/boinc/; revision=24475
This commit is contained in:
parent
77e3c4d06c
commit
2206e86bb4
|
@ -291,7 +291,9 @@ static int finalize() {
|
|||
|
||||
curl_cleanup();
|
||||
|
||||
//gstate.free_mem();
|
||||
#ifdef _DEBUG
|
||||
gstate.free_mem();
|
||||
#endif
|
||||
|
||||
diagnostics_finish();
|
||||
gstate.cleanup_completed = true;
|
||||
|
|
Loading…
Reference in New Issue