mirror of https://github.com/BOINC/boinc.git
Mac SCR: prevent double delete of RPC_CLIENT rpc on closing screensaver
svn path=/trunk/boinc/; revision=13622
This commit is contained in:
parent
6f31369c09
commit
d7b888b3fc
|
@ -466,6 +466,7 @@ void closeBOINCSaver() {
|
|||
}
|
||||
#endif
|
||||
delete rpc;
|
||||
rpc = NULL;
|
||||
}
|
||||
|
||||
setBannerText(0, NULL);
|
||||
|
|
Loading…
Reference in New Issue