mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-4703 BEAM fix: it's OK to delete a null instance...
X-SVN-Rev: 18375
This commit is contained in:
parent
6cafd1716c
commit
cd7c10701c
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ void TransliteratorIDParser::init(UErrorCode &status) {
|
|||
special_inverses = NULL;
|
||||
}
|
||||
umtx_unlock(&LOCK);
|
||||
delete special_inverses;
|
||||
delete special_inverses; /*null instance*/
|
||||
|
||||
ucln_i18n_registerCleanup(UCLN_I18N_TRANSLITERATOR, transliterator_cleanup);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue