1
0
Fork 0

[download] No need to double check

This commit is contained in:
Witold Filipczyk 2023-12-28 13:03:45 +01:00
parent fd5e164b8f
commit 447c452339
1 changed files with 1 additions and 3 deletions

View File

@ -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);