projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a2dd68
)
(main): Close `in' and `out'.
author
handa
<handa>
Thu, 3 Jun 2004 00:49:05 +0000
(
00:49
+0000)
committer
handa
<handa>
Thu, 3 Jun 2004 00:49:05 +0000
(
00:49
+0000)
example/mconv.c
patch
|
blob
|
history
diff --git
a/example/mconv.c
b/example/mconv.c
index
5ab1472
..
378733b
100644
(file)
--- a/
example/mconv.c
+++ b/
example/mconv.c
@@
-391,6
+391,8
@@
main (int argc, char **argv)
/* Clear away. */
mconv_free_converter (converter);
+ fclose (in);
+ fclose (out);
m17n_object_unref (mt);
M17N_FINI ();
exit (0);