SCR: Fix Mac crash bug when user clicks SS Test button in system preferences

svn path=/trunk/boinc/; revision=23574
This commit is contained in:
Charlie Fenton 2011-05-23 02:07:02 +00:00
parent 2c10cceefa
commit 5e1b7abf61
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

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