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

Commit 817241d8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "blast: fix crash TransactionCompletedThread"

parents 2585d680 05d9dd34
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,9 @@ TransactionCompletedThread::~TransactionCompletedThread() {
        mConditionVariable.notify_all();
        mConditionVariable.notify_all();
    }
    }


    if (mThread.joinable()) {
        mThread.join();
        mThread.join();
    }


    {
    {
        std::lock_guard lock(mMutex);
        std::lock_guard lock(mMutex);