Merge "Must hold lock here..." into gingerbread

This commit is contained in:
Andreas Huber
2010-06-11 15:58:19 -07:00
committed by Android (Google) Code Review

View File

@@ -267,6 +267,7 @@ void NuCachedSource2::onFetch() {
mFetching = false;
}
} else {
Mutex::Autolock autoLock(mLock);
restartPrefetcherIfNecessary_l();
}