real time indexer: call clearMimeHandlerCache at the end of indexfiles to get rid of filter subprocesses

This commit is contained in:
Jean-Francois Dockes 2010-11-24 11:50:06 +01:00
parent ffd589e384
commit d72720d5eb

View File

@ -142,6 +142,7 @@ bool ConfIndexer::indexFiles(std::list<string>& ifiles)
return false; return false;
} }
ifiles = myfiles; ifiles = myfiles;
clearMimeHandlerCache();
return ret; return ret;
} }