commit 9b549615a05da521035ab9755a61fdb2ca045435 parent cc9265a82534fae317fc4cebf39f1e1b37ee774b Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 13 Jun 2010 14:49:51 +0000 close Diffstat:
| M | src/common/convert.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/common/convert.c b/src/common/convert.c @@ -65,6 +65,7 @@ EXTRACTOR_common_convert_to_utf8 (const char *input, size_t len, const char *cha ret = malloc (tmpSize - finSize + 1); if (ret == NULL) { + iconv_close (cd); free (tmp); return NULL; }