mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-13405 prevents double-free-triggered segmentation fault by setting pointer to NULL after free.
X-SVN-Rev: 40619
This commit is contained in:
parent
01f2f5dd99
commit
1e72170543
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ _CompoundTextClose(UConverter *converter) {
|
|||
}
|
||||
|
||||
uprv_free(converter->extraInfo);
|
||||
converter->extraInfo = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue