forked from Kistler-Group/sdbus-cpp
Little fix of order of destruction in stress tests
This commit is contained in:
@@ -125,6 +125,7 @@ void Object::finishRegistration()
|
||||
void Object::unregister()
|
||||
{
|
||||
interfaces_.clear();
|
||||
removeObjectManager();
|
||||
}
|
||||
|
||||
sdbus::Signal Object::createSignal(const std::string& interfaceName, const std::string& signalName)
|
||||
|
||||
Reference in New Issue
Block a user