ICU-3243 close the resource bundle

X-SVN-Rev: 13075
This commit is contained in:
Ram Viswanadha 2003-09-12 18:39:44 +00:00
parent 21f0f585f2
commit 14c88e0557

View file

@ -707,7 +707,6 @@ Test_WCHART_LongString(){
return;
}
/* pre-flight*/
u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
@ -744,6 +743,7 @@ Test_WCHART_LongString(){
}
free(wDest);
free(uDest);
/* close the bundle */
ures_close(theBundle);
}