mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
small fix
This commit is contained in:
@@ -13,7 +13,8 @@ public:
|
||||
|
||||
~MqttTask() {
|
||||
if (this->bClient != nullptr) {
|
||||
delete this->bClient;
|
||||
// todo: delete polymorph?
|
||||
//delete this->bClient;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user