diff --git a/src/qtgui/idxthread.cpp b/src/qtgui/idxthread.cpp index 80b8684a..0b380b22 100644 --- a/src/qtgui/idxthread.cpp +++ b/src/qtgui/idxthread.cpp @@ -106,10 +106,11 @@ void IdxThread::run() indexingstatus = IDXTS_ERROR; indexingReason = "Indexing failed: " + indexer->getReason(); } - delete myconf; pidfile.close(); delete indexer; } + delete myconf; + myconf = 0; rezero = false; action_mutex.lock(); } diff --git a/website/BUGS.html b/website/BUGS.html index 22e81d3a..72bcf427 100644 --- a/website/BUGS.html +++ b/website/BUGS.html @@ -37,33 +37,39 @@

recoll 1.15

-