ICU-8273 Delete PluralRule pointer after each use

X-SVN-Rev: 29720
This commit is contained in:
Michael Ow 2011-04-01 06:34:23 +00:00
parent e1632f515d
commit d91a2126d4

View File

@ -556,6 +556,7 @@ PluralRulesTest::testGetAllKeywordValues() {
if (*ep == ';') ++ep;
rp = ep;
}
delete p;
}
}