* src/html-url.c (get_urls_html): Fix memory leak

This commit is contained in:
Tim Rühsen 2016-08-17 23:12:25 +02:00
parent 262baeb113
commit 964f4646da

View File

@ -842,6 +842,7 @@ get_urls_html (const char *file, const char *url, bool *meta_disallow_follow,
if (iri && !iri->content_encoding && meta_charset)
set_content_encoding (iri, meta_charset);
#endif
xfree (meta_charset);
DEBUGP (("no-follow in %s: %d\n", file, ctx.nofollow));
if (meta_disallow_follow)