1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

[ecmascript] leaks

This commit is contained in:
Witold Filipczyk 2023-01-20 16:54:03 +01:00
parent a9f09d131d
commit b114aab952

View File

@ -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);
}