]> sjero.net Git - wget/blobdiff - src/html-url.c
[svn] Committed memory debugging stuff.
[wget] / src / html-url.c
index 58cbabfe37de07ca835760efcf94aeb32ee00a07..5d37cf0ad981f0690611812a49fbb67430670ecb 100644 (file)
@@ -566,3 +566,10 @@ get_urls_html (const char *file, const char *this_url, int dash_p_leaf_HTML,
   read_file_free (fm);
   return closure.head;
 }
+
+void
+cleanup_html_url (void)
+{
+  FREE_MAYBE (interesting_tags);
+  FREE_MAYBE (interesting_attributes);
+}