From 7e9a8e5f988850779118983b886acc9f24787ae6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 11 May 2010 20:41:01 +0000 Subject: [PATCH] - client: fix memory leak svn path=/trunk/boinc/; revision=21464 --- checkin_notes | 11 +++++++++-- lib/coproc.h | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index cb2c41e59d..1e43852871 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3487,5 +3487,12 @@ David 11 May 2010 David 11 May 2010 - client: delete messages on exit - client_msgs.cpp,h - check_state.cpp + client/ + client_msgs.cpp,h + check_state.cpp + +David 11 May 2010 + - client: fix memory leak + + lib/ + coproc.h diff --git a/lib/coproc.h b/lib/coproc.h index 7fd1a09f8c..a880d6eb66 100644 --- a/lib/coproc.h +++ b/lib/coproc.h @@ -156,11 +156,11 @@ struct COPROCS { // so any structure that includes this needs to do it manually COPROCS(){} - ~COPROCS(){} - void delete_coprocs(){ + ~COPROCS(){ for (unsigned int i=0; i