mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4315 Fix memory leak
X-SVN-Rev: 18811
This commit is contained in:
parent
1c9239e456
commit
f4ca940144
1 changed files with 1 additions and 0 deletions
|
@ -1021,6 +1021,7 @@ void TestBug4315(void) {
|
|||
TEST_ASSERT(destFields[3] == NULL);
|
||||
free(textBuff);
|
||||
}
|
||||
uregex_close(theRegEx);
|
||||
}
|
||||
|
||||
#endif /* !UCONFIG_NO_REGULAR_EXPRESSIONS */
|
||||
|
|
Loading…
Add table
Reference in a new issue