From 5e1b7abf61087002a6b70b7ecfee22f3e2adcc6c Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 23 May 2011 02:07:02 +0000 Subject: [PATCH] SCR: Fix Mac crash bug when user clicks SS Test button in system preferences svn path=/trunk/boinc/; revision=23574 --- checkin_notes | 2 +- clientscr/mac_saver_module.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index ae096b7088..91e56f7117 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3119,7 +3119,7 @@ David 21 May 2011 cs_scheduler.cpp Charlie 22 May 2011 - - SCR: Fix crash bug when user clicks SS Test button in system preferences. + - SCR: Fix Mac crash bug when user clicks SS Test button in system preferences. clientscr/ mac_saver_module.cpp diff --git a/clientscr/mac_saver_module.cpp b/clientscr/mac_saver_module.cpp index d6f0345011..aacc67b98f 100644 --- a/clientscr/mac_saver_module.cpp +++ b/clientscr/mac_saver_module.cpp @@ -651,7 +651,6 @@ bool CScreensaver::DestroyDataManagementThread() { if (rpc) { rpc->close(); // In case DataManagementProc is hung waiting for RPC - rpc = NULL; } m_hDataManagementThread = NULL; // Don't delay more if this routine is called again. if (m_hGraphicsApplication) {