mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
iconv: use iconv_close after iconv_open
This commit is contained in:
parent
ee7a3144c9
commit
d4eb814027
@ -49,6 +49,8 @@ do_test (void)
|
||||
else
|
||||
printf ("Succeeded\n");
|
||||
|
||||
iconv_close (cd);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user