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) {