about summary refs log tree commit diff
path: root/iconv/tst-iconv3.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconv/tst-iconv3.c')
-rw-r--r--iconv/tst-iconv3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/iconv/tst-iconv3.c b/iconv/tst-iconv3.c
index b06f75f0bc..625e4706c0 100644
--- a/iconv/tst-iconv3.c
+++ b/iconv/tst-iconv3.c
@@ -49,6 +49,8 @@ do_test (void)
   else
     printf ("Succeeded\n");
 
+  iconv_close (cd);
+
   return result;
 }