1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-16 05:52:15 +02:00

* Let's delete the lucene directory before rebuilding the index, too.

This commit is contained in:
Christian Muehlhaeuser 2011-02-16 06:22:21 +01:00
parent b903fcbd52
commit 66902f2f3c

View File

@ -57,6 +57,7 @@ FuzzyIndex::beginIndexing()
m_luceneReader->unlock( m_luceneDir );
delete m_luceneSearcher;
delete m_luceneReader;
delete m_luceneDir;
m_luceneSearcher = 0;
m_luceneReader = 0;