]> granicus.if.org Git - icu/commitdiff
ICU-13412 Merging the fix for #13405 charset converter issue with no data (r40619...
authorYoshito Umaoka <y.umaoka@gmail.com>
Fri, 13 Oct 2017 22:57:20 +0000 (22:57 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Fri, 13 Oct 2017 22:57:20 +0000 (22:57 +0000)
X-SVN-Rev: 40623

icu4c/source/common/ucnv_ct.cpp

index e363193860a0534c3f5d75fd4a3eedbb672c71fa..51e31aa4116bd3817bc73320d1695e6d117848f0 100644 (file)
@@ -315,6 +315,7 @@ _CompoundTextClose(UConverter *converter) {
         }
 
         uprv_free(converter->extraInfo);
+        converter->extraInfo = NULL;
     }
 }