mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
fix google char memory leak (#20995)
This commit is contained in:
parent
d08461482f
commit
a38e88422f
@ -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
Loading…
x
Reference in New Issue
Block a user