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

Commit 9e937269 authored by Andreas Huber's avatar Andreas Huber
Browse files

Must hold lock here...

Change-Id: I179a5582c9246f78c988f85e2f969f32d547ac89
parent 9f8cc518
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ void NuCachedSource2::onFetch() {
            mFetching = false;
        }
    } else {
        Mutex::Autolock autoLock(mLock);
        restartPrefetcherIfNecessary_l();
    }