diff --git a/src/plugins/axivion/credentialquery.cpp b/src/plugins/axivion/credentialquery.cpp index 14aabc3958e..f183c083736 100644 --- a/src/plugins/axivion/credentialquery.cpp +++ b/src/plugins/axivion/credentialquery.cpp @@ -44,6 +44,7 @@ void CredentialQueryTaskAdapter::start() task()->m_errorString = job->errorString(); else if (reader && job->error() == NoError) task()->m_data = reader->binaryData(); + disconnect(job, &Job::finished, this, nullptr); emit done(toDoneResult(success)); m_guard.release()->deleteLater(); });