From daac25c3434717842f7e7be6389867583e34c0a6 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Mon, 22 Oct 2012 20:31:33 +0200 Subject: [PATCH] Bug fix, introduced in commit 0bee4a92 --- indra/llcommon/llthread.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/llcommon/llthread.cpp b/indra/llcommon/llthread.cpp index 5c1a29f24..9b2537d98 100644 --- a/indra/llcommon/llthread.cpp +++ b/indra/llcommon/llthread.cpp @@ -118,7 +118,6 @@ void *APR_THREAD_FUNC LLThread::staticRun(apr_thread_t *apr_threadp, void *datap // the critical area of the mSignal lock)]. lldebugs << "LLThread::staticRun() Exiting: " << name << llendl; - --sRunning; // Would be better to do this after joining with the thread, but we don't join :/ return NULL; }