mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-7987 Fix memory leak in intltest normalize
X-SVN-Rev: 28704
This commit is contained in:
parent
36fc220ae2
commit
4997366db1
1 changed files with 1 additions and 0 deletions
|
@ -1338,6 +1338,7 @@ initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT], UErrorCode &errorC
|
|||
}
|
||||
}
|
||||
}
|
||||
delete [] combineBackCharsAndCc;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue