We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe72fbb + b3042d5 commit dd8aafeCopy full SHA for dd8aafe
lib/service.js
@@ -44,6 +44,8 @@ Service.prototype.removeObject = function(object) {
44
var self = this;
45
46
self.bus._dbus.unregisterObjectPath(self.bus.connection, object.path);
47
+
48
+ delete self.objects[object.path];
49
};
50
51
Service.prototype.disconnect = function() {
0 commit comments