ICU-13412 Merging the fix for #13405 charset converter issue with no data (r40619) to maint-60.

X-SVN-Rev: 40623
This commit is contained in:
Yoshito Umaoka 2017-10-13 22:57:20 +00:00
parent 87ac62044f
commit c4551d7a4a

View file

@ -315,6 +315,7 @@ _CompoundTextClose(UConverter *converter) {
}
uprv_free(converter->extraInfo);
converter->extraInfo = NULL;
}
}