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

Commit 842e8a4e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 25503f1c: Merge from gingerbread

* commit '25503f1c9f0b5f718052b71dc5b21d1c8576d015':
  fix failing thread object run
parents e68d8b88 9a73eb37
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;
        }