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