mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[ecmascript] leaks
This commit is contained in:
parent
a9f09d131d
commit
b114aab952
@ -808,7 +808,9 @@ static void
|
||||
done_ecmascript_module(struct module *module)
|
||||
{
|
||||
free_string_list(&allowed_urls);
|
||||
free_string_list(&disallowed_urls);
|
||||
mem_free_if(console_log_filename);
|
||||
mem_free_if(console_error_filename);
|
||||
mem_free_if(local_storage_filename);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user