mirror of https://github.com/BOINC/boinc.git
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:
parent
2c10cceefa
commit
5e1b7abf61
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue