mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Make sure we will reload our device_classes.xml on a subsequent start of the Manager Class later. Unlikely but.... Related to #1996
This commit is contained in:
parent
71051991af
commit
bbaad98944
1 changed files with 2 additions and 0 deletions
|
@ -274,6 +274,8 @@ Manager::~Manager()
|
|||
}
|
||||
Node::s_nodeTypes.clear();
|
||||
|
||||
Node::s_deviceClassesLoaded = false;
|
||||
|
||||
Log::Destroy();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue