ICU-4315 Fix memory leak

X-SVN-Rev: 18811
This commit is contained in:
George Rhoten 2005-11-17 21:31:01 +00:00
parent 1c9239e456
commit f4ca940144

View File

@ -1021,6 +1021,7 @@ void TestBug4315(void) {
TEST_ASSERT(destFields[3] == NULL);
free(textBuff);
}
uregex_close(theRegEx);
}
#endif /* !UCONFIG_NO_REGULAR_EXPRESSIONS */