maybe this teardown fixes the leak

This commit is contained in:
2022-07-25 22:22:08 +02:00
parent c12669fe50
commit db33f9cc7e
4 changed files with 9 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class ObjectManager : public ObjectManagerIF {
/**
* @brief In the class's destructor, all objects in the list are deleted.
*/
virtual ~ObjectManager();
~ObjectManager() override;
ReturnValue_t insert(object_id_t id, SystemObjectIF* object) override;
ReturnValue_t remove(object_id_t id) override;
void initialize() override;