Add missing unexport groups call

This commit is contained in:
AsamK 2021-10-15 21:00:21 +02:00
parent ea7f4845e8
commit 3b685190a8

View file

@ -78,6 +78,7 @@ public class DbusSignalImpl implements Signal {
public void close() {
unExportDevices();
unExportGroups();
}
@Override