mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
(_dl_close): Add cast to avoid warning about const incorrectness.
This commit is contained in:
parent
2d547a959e
commit
1592541240
@ -166,7 +166,7 @@ _dl_close (struct link_map *map)
|
||||
free (imap->l_searchlist.r_list);
|
||||
|
||||
if (imap->l_phdr_allocated)
|
||||
free (imap->l_phdr);
|
||||
free ((void *) imap->l_phdr);
|
||||
|
||||
free (imap);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user