mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-8958 Fix memory leak in test code.
X-SVN-Rev: 31097
This commit is contained in:
parent
579059e902
commit
89b2280c23
1 changed files with 2 additions and 0 deletions
|
@ -3791,8 +3791,10 @@ void DateFormatTest::TestMonthPatterns()
|
|||
}
|
||||
}
|
||||
}
|
||||
delete dmft;
|
||||
}
|
||||
}
|
||||
delete rootChineseCalendar;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue