ICU-6554 Unload data before returning.
X-SVN-Rev: 25842
This commit is contained in:
parent
e5a5ca9c2e
commit
91dc92c717
@ -1423,6 +1423,7 @@ ucnv_MBCSLoad(UConverterSharedData *sharedData,
|
||||
* The worst that can happen in the following code is a memory
|
||||
* allocation error.
|
||||
*/
|
||||
ucnv_unload(baseSharedData);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user