mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
fix google char memory leak (#20995)
This commit is contained in:
@@ -3456,9 +3456,9 @@ int WebQuery(char *buffer) {
|
||||
if (!assume_json) { ResponseAppend_P(PSTR("\"")); }
|
||||
ResponseJsonEnd();
|
||||
#ifdef USE_SCRIPT
|
||||
extern uint8_t tasm_cmd_activ;
|
||||
// recursive call must be possible in this case
|
||||
tasm_cmd_activ = 0;
|
||||
void script_setaflg(uint8_t flg);
|
||||
script_setaflg(0);
|
||||
#endif // USE_SCRIPT
|
||||
status = WEBCMND_VALID_RESPONSE;
|
||||
} else {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user