We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a44fc commit 7ad636fCopy full SHA for 7ad636f
libraries/Zigbee/src/ZigbeeEP.h
@@ -42,7 +42,10 @@ typedef enum {
42
class ZigbeeEP {
43
public:
44
ZigbeeEP(uint8_t endpoint = 10);
45
- ~ZigbeeEP() {}
+ ~ZigbeeEP() {
46
+ free(_read_manufacturer);
47
+ free(_read_model);
48
+ }
49
50
// Set ep config and cluster list
51
void setEpConfig(esp_zb_endpoint_config_t ep_config, esp_zb_cluster_list_t *cluster_list) {
0 commit comments