mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-22824 Fix mem Leak during error in uidna.cpp
This commit is contained in:
parent
bca5fa5004
commit
49867907f9
1 changed files with 3 additions and 0 deletions
|
@ -585,6 +585,9 @@ CLEANUP:
|
|||
if(b2 != b2Stack){
|
||||
uprv_free(b2);
|
||||
}
|
||||
if(b3 != b3Stack){
|
||||
uprv_free(b3);
|
||||
}
|
||||
uprv_free(caseFlags);
|
||||
|
||||
// The RFC states that
|
||||
|
|
Loading…
Add table
Reference in a new issue