ICU-8958 Fix memory leak in test code.

X-SVN-Rev: 31097
This commit is contained in:
Michael Ow 2011-12-12 17:19:04 +00:00
parent 579059e902
commit 89b2280c23

View file

@ -3791,8 +3791,10 @@ void DateFormatTest::TestMonthPatterns()
}
}
}
delete dmft;
}
}
delete rootChineseCalendar;
}
}