* src/convert.c (convert_cleanup): Free downloaded_css_set

This commit is contained in:
Tim Rühsen 2020-02-27 20:04:24 +01:00
parent c0d76ec935
commit fded294d7a

View File

@ -1047,6 +1047,8 @@ convert_cleanup (void)
}
if (downloaded_html_set)
string_set_free (downloaded_html_set);
if (downloaded_css_set)
string_set_free (downloaded_css_set);
downloaded_files_free ();
if (converted_files)
string_set_free (converted_files);