mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
(_nl_unload_locale): Add cast to avoid warning.
This commit is contained in:
parent
a2616aed35
commit
6e5f82858c
@ -239,6 +239,6 @@ _nl_unload_locale (struct locale_data *locale)
|
||||
#endif
|
||||
free ((void *) locale->filedata);
|
||||
|
||||
free (locale->options);
|
||||
free ((char *) locale->options);
|
||||
free (locale);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user