X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fencoding.c;h=31e6913add4cff2aca184b1a6594f11cf3e3d5ee;hb=8529a40e7eda47fff2ddd01e5903d38d2f8bf766;hp=7d260046c3a8f99588f9eb2dcfe6ac42e1a9fd8d;hpb=cf373e59a7f6ff7d1fd007c1f22defe508aa67d4;p=wimlib 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 }