0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[ecmascript] bump mozjs version to 68

Memory allocated in jsval_to_string is not freed anywhere.
This commit is contained in:
Witold Filipczyk
2021-08-30 20:48:11 +02:00
parent d659fca9fc
commit 7f572e7e4a
15 changed files with 447 additions and 453 deletions

View File

@@ -68,7 +68,6 @@ struct ecmascript_interpreter {
unsigned int onload_snippets_cache_id;
void *ac;
void *ac2;
void *ar;
void *document_obj;
void *location_obj;
JS::RootedValue fun;