mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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) {
|
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);
|
mem_free_set(&item->key, NULL);
|
||||||
}
|
}
|
||||||
free_hash(&uri_tempfiles);
|
free_hash(&uri_tempfiles);
|
||||||
|
Loading…
Reference in New Issue
Block a user