Crash on exit fix

This commit is contained in:
pokamest
2023-09-02 19:48:43 +01:00
parent a2893bac7e
commit 0343b6cf98
3 changed files with 0 additions and 15 deletions
-1
View File
@@ -20,7 +20,6 @@ OpenVpnProtocol::OpenVpnProtocol(const QJsonObject &configuration, QObject* pare
OpenVpnProtocol::~OpenVpnProtocol()
{
qDebug() << "OpenVpnProtocol::~OpenVpnProtocol()";
OpenVpnProtocol::stop();
QThread::msleep(200);
}