diff --git a/runnercontext.cpp b/runnercontext.cpp index 8541c71d0..d3939dcbe 100644 --- a/runnercontext.cpp +++ b/runnercontext.cpp @@ -160,9 +160,9 @@ void RunnerContext::reset() // We will detach if we are a copy of someone. But we will reset // if we are the 'main' context others copied from. Resetting // one RunnerContext makes all the copies oneobsolete. - LOCK_FOR_WRITE(this) d.detach(); + LOCK_FOR_WRITE(this) //kDebug() << "reset searchContext"; d->type = RunnerContext::UnknownType; d->term.clear();