Mac SCR: prevent double delete of RPC_CLIENT rpc on closing screensaver

svn path=/trunk/boinc/; revision=13622
This commit is contained in:
Charlie Fenton 2007-09-21 11:46:31 +00:00
parent 6f31369c09
commit d7b888b3fc
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ void closeBOINCSaver() {
}
#endif
delete rpc;
rpc = NULL;
}
setBannerText(0, NULL);