small fix

This commit is contained in:
Yurii
2023-12-04 08:49:57 +03:00
parent 60f66a4ead
commit 9b32ccca16

View File

@@ -13,7 +13,8 @@ public:
~MqttTask() {
if (this->bClient != nullptr) {
delete this->bClient;
// todo: delete polymorph?
//delete this->bClient;
}
}