]> granicus.if.org Git - icu/commitdiff
ICU-11249 BRS 54: Verify malloc functions fix to class NFDIterator.
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 10 Sep 2014 00:54:15 +0000 (00:54 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 10 Sep 2014 00:54:15 +0000 (00:54 +0000)
X-SVN-Rev: 36421

icu4c/source/i18n/rulebasedcollator.cpp

index 48c6adb2a4ccf0ab0ef9981499b28fdf11a53303..f5cecfa05b68c6ed3de22fe5234879f1c9245ac6 100644 (file)
@@ -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() {}