mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Unref all devices on destruct
This commit is contained in:
parent
14a2a7027f
commit
4196e0d5d1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user