X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fencoding.c;h=31e6913add4cff2aca184b1a6594f11cf3e3d5ee;hp=7d260046c3a8f99588f9eb2dcfe6ac42e1a9fd8d;hb=192169052ceeb7fac5ff051fe0e836d3b2ddb7f7;hpb=2b4002220a86b32fbae34c1bc59c5804289103c5 diff --git a/src/encoding.c b/src/encoding.c index 7d260046..31e6913a 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -369,5 +369,7 @@ iconv_global_cleanup() #if !TCHAR_IS_UTF16LE iconv_cleanup(&iconv_utf16le_to_tstr); iconv_cleanup(&iconv_tstr_to_utf16le); + iconv_cleanup(&iconv_utf16le_to_utf8); + iconv_cleanup(&iconv_utf8_to_utf16le); #endif }