Fix delete was not really deleting in tinytest

This commit is contained in:
hsaturn
2021-03-31 10:36:51 +02:00
parent 3a1af655d7
commit 549a23ffb7
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ MqttBroker::~MqttBroker()
{
delete clients[0];
}
server.close();
}
// private constructor used by broker only