Look and criticize, Aleric

This commit is contained in:
Siana Gearz
2011-08-02 02:16:31 +02:00
parent 3b97a575d1
commit 82fc160abe
3 changed files with 2 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ void *APR_THREAD_FUNC LLThread::staticRun(apr_thread_t *apr_threadp, void *datap
// Setting mStatus to STOPPED is done non-thread-safe, so it's
// possible that the thread is deleted by another thread at
// the moment it happens... therefore make a copy here.
char const* name = threadp->mName;
volatile char const* name = threadp->mName.c_str();
// We're done with the run function, this thread is done executing now.
threadp->mStatus = STOPPED;