ICU-6554 Unload data before returning.

X-SVN-Rev: 25842
This commit is contained in:
Michael Ow 2009-04-20 17:04:07 +00:00
parent e5a5ca9c2e
commit 91dc92c717

View File

@ -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;
}