fix google char memory leak (#20995)

This commit is contained in:
gemu 2024-03-21 15:11:40 +01:00 committed by GitHub
parent d08461482f
commit a38e88422f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 283 additions and 256 deletions

View File

@ -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