https://bugs.kde.org/show_bug.cgi?id=362977
--- Comment #3 from Martin Sandsmark <martin.sandsm...@kde.org> --- Readding this disconnect fixes it: diff --git a/kerfuffle/jobs.cpp b/kerfuffle/jobs.cpp index b61e126..6f508f9 100644 --- a/kerfuffle/jobs.cpp +++ b/kerfuffle/jobs.cpp @@ -175,6 +175,8 @@ void Job::onFinished(bool result) { qCDebug(ARK) << "Job finished, result:" << result << ", time:" << jobTimer.elapsed() << "ms"; + archiveInterface()->disconnect(this); + emitResult(); } -- You are receiving this mail because: You are watching all bug changes.