ConValidator: Delete instance if no credentials.
authorChristian Kamm <kamm@incasoftware.de>
Fri, 27 Mar 2015 09:24:09 +0000 (10:24 +0100)
committerChristian Kamm <kamm@incasoftware.de>
Fri, 27 Mar 2015 09:43:14 +0000 (10:43 +0100)
src/libsync/connectionvalidator.cpp

index dd2825f35a6df0d240f179e4c33e7d30c4d7d4ed..6802e8908908f67e6600c0551c9589b13e842b70 100644 (file)
@@ -130,6 +130,9 @@ void ConnectionValidator::slotStatusFound(const QUrl&url, const QVariantMap &inf
         // Fetch them now! Once fetched, a new connectivity check will be
         // initiated anyway.
         creds->fetch();
+
+        // no result is reported
+        deleteLater();
     }
 }