[search] Add missed unlock

This commit is contained in:
Denis Koronchik 2014-07-25 16:42:28 +03:00 committed by Alex Zolotarev
parent cc5619fbb5
commit 86ef4a0116

View file

@ -438,6 +438,8 @@ void Engine::ClearAllCaches()
{
m_pQuery->ClearCaches();
m_pData->m_infoGetter.ClearCaches();
m_searchMutex.Unlock();
}
}