mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-3243 close the resource bundle
X-SVN-Rev: 13075
This commit is contained in:
parent
21f0f585f2
commit
14c88e0557
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue