ICU-2755 delete another collator after test

X-SVN-Rev: 11854
This commit is contained in:
Vladimir Weinstein 2003-05-08 23:52:40 +00:00
parent 84748ccb8d
commit d67ed71487

View file

@ -358,6 +358,7 @@ void CollationServiceTest::TestRegisterFactory(void)
if (*fucol != *ncol) {
errln("collator after unregister does not match original fu_FU");
}
delete ncol;
}
delete fucol;