Skip to content

Commit

Permalink
Update xdrv_123_plugins.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 committed Oct 5, 2024
1 parent 43b42e4 commit c01035a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasmota/tasmota_xdrv_driver/xdrv_123_plugins.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2092,6 +2092,7 @@ int tmod_ResponseAppend_P(const char* format, ...) // Content send snprintf_P c
TasmotaGlobal.mqtt_data += mqtt_data;
free(mqtt_data);
}
free(fcopy);
#endif
return TasmotaGlobal.mqtt_data.length();
}
Expand Down

0 comments on commit c01035a

Please sign in to comment.