Unref all devices on destruct

This commit is contained in:
Erik Reider 2022-03-19 11:35:13 +01:00
parent 14a2a7027f
commit 4196e0d5d1
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ UPower::~UPower() {
g_dbus_connection_signal_unsubscribe(login1_connection, login1_id);
login1_id = 0;
}
removeDevices();
}
void UPower::deviceAdded_cb(UpClient* client, UpDevice* device, gpointer data) {