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