--- url.c.orig Thu Mar 1 12:50:58 2018 +++ url.c Thu Mar 1 13:09:06 2018 @@ -1622,7 +1622,7 @@ convert_fname (char *fname) orig_fname, from_encoding, to_encoding)); } - iconv_close(cd); + //iconv_close(cd); // possible double free return converted_fname; }