Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a73eb37 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Merge from gingerbread

Change-Id: I017330e0232b317b8bb54e19ab05874b18c83246
parents 73431999 9b151559
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -775,6 +775,7 @@ int Thread::_threadLoop(void* user)
            self->mLock.lock();
            self->mRunning = false;
            self->mThreadExitedCondition.broadcast();
            self->mThread = thread_id_t(-1); // thread id could be reused
            self->mLock.unlock();
            break;
        }