mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[download] No need to double check
This commit is contained in:
parent
fd5e164b8f
commit
447c452339
@ -77,9 +77,7 @@ clear_uri_tempfiles(void)
|
||||
}
|
||||
|
||||
foreach_hash_item (item, *uri_tempfiles, i) {
|
||||
if (item->value) {
|
||||
mem_free_set(&item->value, NULL);
|
||||
}
|
||||
mem_free_set(&item->value, NULL);
|
||||
mem_free_set(&item->key, NULL);
|
||||
}
|
||||
free_hash(&uri_tempfiles);
|
||||
|
Loading…
Reference in New Issue
Block a user