From: Andy Heninger Date: Wed, 10 Sep 2014 00:54:15 +0000 (+0000) Subject: ICU-11249 BRS 54: Verify malloc functions fix to class NFDIterator. X-Git-Tag: milestone-59-0-1~1574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7eb42956ac8a4da0e6429d08ff8832e4f91bf36;p=icu ICU-11249 BRS 54: Verify malloc functions fix to class NFDIterator. X-SVN-Rev: 36421 --- diff --git a/icu4c/source/i18n/rulebasedcollator.cpp b/icu4c/source/i18n/rulebasedcollator.cpp index 48c6adb2a4c..f5cecfa05b6 100644 --- a/icu4c/source/i18n/rulebasedcollator.cpp +++ b/icu4c/source/i18n/rulebasedcollator.cpp @@ -788,7 +788,7 @@ namespace { * Abstract iterator for identical-level string comparisons. * Returns FCD code points and handles temporary switching to NFD. */ -class NFDIterator { +class NFDIterator : public UMemory { public: NFDIterator() : index(-1), length(0) {} virtual ~NFDIterator() {}