diff --git a/client/client_state.C b/client/client_state.C index 1bfc47d149..27d386ade8 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -532,7 +532,7 @@ bool CLIENT_STATE::do_something() { print_log("Polling; active layers:\n"); net_stats.poll(*net_xfers); - ss_logic.poll(); + ss_logic.poll(); if (activities_suspended) { print_log("None (suspended)\n"); } else { diff --git a/client/cs_apps.C b/client/cs_apps.C index 829819ee13..e58e4967ff 100644 --- a/client/cs_apps.C +++ b/client/cs_apps.C @@ -107,9 +107,9 @@ int CLIENT_STATE::app_finished(ACTIVE_TASK& at) { } } - // Detach from shared memory. In Windows, this is the same as - // destroying the shared mem since we're the last one attached - // + // Detach from shared memory. In Windows, this is the same as + // destroying the shared mem since we're the last one attached + // #ifdef _WIN32 if (at.app_client_shm.shm) { detach_shmem(at.shm_handle, at.app_client_shm.shm); diff --git a/todo b/todo index 7e25b35ba8..3ca6e01de1 100755 --- a/todo +++ b/todo @@ -121,8 +121,6 @@ use https to secure login pages, do we care about authenticator abort app if excess memory used -Astropulse memory leak on Linux/Solaris? - Windows 9x CPU time calculated incorrectly write docs for project management