Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb45705' into 'master'
[devicelock] Free dbus connections when they are disconnected. JB#45705

See merge request mer-core/nemo-qml-plugin-devicelock!41
  • Loading branch information
adenexter committed May 23, 2019
2 parents f54af87 + 7eff0dc commit bba8611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nemo-devicelock/host/hostservice.cpp
Expand Up @@ -70,6 +70,8 @@ public slots:
for (const auto object : m_service->m_objects) {
object->clientDisconnected(m_connectionName);
}

QDBusConnection::disconnectFromPeer(m_connectionName);
}

private:
Expand Down

0 comments on commit bba8611

Please sign in to comment.