patching file iconv/iconv_charmap.c Hunk #1 succeeded at 59 with fuzz 1 (offset 6 lines). Hunk #2 FAILED at 234. 1 out of 2 hunks FAILED -- saving rejects to file iconv/iconv_charmap.c.rej Reject file iconv/iconv_charmap.c.rej: --- iconv/iconv_charmap.c +++ iconv/iconv_charmap.c @@ -234,6 +240,7 @@ charmap_conversion (const char *from_code, struct charmap_t *from_charmap, while (++remaining < argc); /* All done. */ + free_table (cvtbl); return status; }