mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-01-31 10:39:34 +01:00
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