mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +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("\"")); }
|
if (!assume_json) { ResponseAppend_P(PSTR("\"")); }
|
||||||
ResponseJsonEnd();
|
ResponseJsonEnd();
|
||||||
#ifdef USE_SCRIPT
|
#ifdef USE_SCRIPT
|
||||||
extern uint8_t tasm_cmd_activ;
|
|
||||||
// recursive call must be possible in this case
|
// recursive call must be possible in this case
|
||||||
tasm_cmd_activ = 0;
|
void script_setaflg(uint8_t flg);
|
||||||
|
script_setaflg(0);
|
||||||
#endif // USE_SCRIPT
|
#endif // USE_SCRIPT
|
||||||
status = WEBCMND_VALID_RESPONSE;
|
status = WEBCMND_VALID_RESPONSE;
|
||||||
} else {
|
} else {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user