Fix delete was not really deleting in tinytest
This commit is contained in:
@@ -19,6 +19,7 @@ MqttBroker::~MqttBroker()
|
||||
{
|
||||
delete clients[0];
|
||||
}
|
||||
server.close();
|
||||
}
|
||||
|
||||
// private constructor used by broker only
|
||||
|
||||
Reference in New Issue
Block a user