mirror of
https://github.com/mirror/wget.git
synced 2025-03-24 08:40:29 +08:00
* src/html-url.c (cleanup_html_url): Only compile for DEBUG_MALLOC or TESTING
This commit is contained in:
parent
ee187476de
commit
a3d3322a48
@ -963,6 +963,7 @@ get_urls_file (const char *file)
|
||||
return head;
|
||||
}
|
||||
|
||||
#if defined DEBUG_MALLOC || defined TESTING
|
||||
void
|
||||
cleanup_html_url (void)
|
||||
{
|
||||
@ -973,3 +974,4 @@ cleanup_html_url (void)
|
||||
if (interesting_attributes)
|
||||
hash_table_destroy (interesting_attributes);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user