summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uconv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/uconv.c b/uconv.c
index 9f29967..94fd812 100644
--- a/uconv.c
+++ b/uconv.c
@@ -64,5 +64,8 @@ int main(int argc, char **argv)
fclose(outfp);
fclose(infp);
+
+ uniconv_close(conv);
+
return 0;
}