Skip to content

Commit

Permalink
- client: free mem on exit if debug mode
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=24475
  • Loading branch information
davidpanderson committed Oct 24, 2011
1 parent 77e3c4d commit 2206e86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,9 @@ static int finalize() {

curl_cleanup();

//gstate.free_mem();
#ifdef _DEBUG
gstate.free_mem();
#endif

diagnostics_finish();
gstate.cleanup_completed = true;
Expand Down

0 comments on commit 2206e86

Please sign in to comment.