From d7b888b3fc388add113e423e3c0fb8f354000f18 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 21 Sep 2007 11:46:31 +0000 Subject: [PATCH] Mac SCR: prevent double delete of RPC_CLIENT rpc on closing screensaver svn path=/trunk/boinc/; revision=13622 --- clientscr/mac_saver_module.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clientscr/mac_saver_module.cpp b/clientscr/mac_saver_module.cpp index d68c321e73..8e9d846e20 100755 --- a/clientscr/mac_saver_module.cpp +++ b/clientscr/mac_saver_module.cpp @@ -466,6 +466,7 @@ void closeBOINCSaver() { } #endif delete rpc; + rpc = NULL; } setBannerText(0, NULL);