mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-5732 Fix a memory leak.
X-SVN-Rev: 22315
This commit is contained in:
parent
0d715edd6f
commit
feabb3b0a6
1 changed files with 1 additions and 0 deletions
|
@ -2101,6 +2101,7 @@ static void _testMisc(void) {
|
|||
"expected '%s', got '%s'\n",
|
||||
aescstrdup(expected, 5), aescstrdup(dest, destLen));
|
||||
}
|
||||
ubidi_close(bidi);
|
||||
}
|
||||
|
||||
/* arabic shaping ----------------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Reference in a new issue