mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
(free_mem): Remove unneeded if.
This commit is contained in:
parent
219f2381bd
commit
0e255b9c27
@ -554,8 +554,7 @@ _res_hconf_trim_domains (struct hostent *hp)
|
||||
static void __attribute__ ((unused))
|
||||
free_mem (void)
|
||||
{
|
||||
if (ifaddrs != NULL)
|
||||
free (ifaddrs);
|
||||
free (ifaddrs);
|
||||
}
|
||||
|
||||
text_set_element (__libc_subfreeres, free_mem);
|
||||
|
Loading…
Reference in New Issue
Block a user