ICU-3259 A better fix for a memory leak.

X-SVN-Rev: 13747
This commit is contained in:
George Rhoten 2003-11-18 23:38:08 +00:00
parent b56d67be43
commit 09d92f9758

View file

@ -90,9 +90,6 @@ ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UEr
if(U_SUCCESS(*status)){
if(len < 2){
*status = U_INTERNAL_PROGRAM_ERROR;
ures_close(bundle);
ures_close(paperSizeBundle);
return;
}else{
*height = paperSize[0];
*width = paperSize[1];