mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5426 Fix uninitialized memory access from last change.
X-SVN-Rev: 20474
This commit is contained in:
parent
b3c7746b16
commit
70cb51cb3b
1 changed files with 1 additions and 0 deletions
|
@ -1050,6 +1050,7 @@ static UBool haveAvailableConverterList(UErrorCode *pErrorCode) {
|
|||
}
|
||||
|
||||
/* Open the default converter to make sure that it has first dibs in the hash table. */
|
||||
localStatus = U_ZERO_ERROR;
|
||||
ucnv_close(ucnv_createConverter(&tempConverter, NULL, &localStatus));
|
||||
|
||||
localConverterCount = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue