mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(_nl_unload_locale): Add cast to avoid warning.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user