diff options
Diffstat (limited to 'iconv/gconv_conf.c')
-rw-r--r-- | iconv/gconv_conf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 8c2f4b014e..cd5055c303 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -597,11 +597,8 @@ __gconv_read_conf (void) /* Free all resources if necessary. */ -static void __attribute__ ((unused)) -free_mem (void) +libc_freeres_fn (free_mem) { if (__gconv_path_elem != NULL && __gconv_path_elem != &empty_path_elem) free ((void *) __gconv_path_elem); } - -text_set_element (__libc_subfreeres, free_mem); |