- client: free mem on exit if debug mode

svn path=/trunk/boinc/; revision=24475
This commit is contained in:
David Anderson 2011-10-24 23:39:21 +00:00
parent 77e3c4d06c
commit 2206e86bb4
1 changed files with 3 additions and 1 deletions

View File

@ -291,7 +291,9 @@ static int finalize() {
curl_cleanup();
//gstate.free_mem();
#ifdef _DEBUG
gstate.free_mem();
#endif
diagnostics_finish();
gstate.cleanup_completed = true;