mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-8718 Fix memory leak caused by not deleting fLeapMonthPatterns
X-SVN-Rev: 31096
This commit is contained in:
parent
336ce31084
commit
579059e902
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ void DateFormatSymbols::dispose()
|
|||
if (fStandaloneQuarters) delete[] fStandaloneQuarters;
|
||||
if (fStandaloneShortQuarters) delete[] fStandaloneShortQuarters;
|
||||
if (fGmtHourFormats) delete[] fGmtHourFormats;
|
||||
if (fLeapMonthPatterns) delete[] fLeapMonthPatterns;
|
||||
|
||||
disposeZoneStrings();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue