ICU-7537 fix memory leak in UTextTest

X-SVN-Rev: 27819
This commit is contained in:
Andy Heninger 2010-03-11 19:27:10 +00:00
parent 2dd195a7db
commit 1aa327713c

View file

@ -1304,6 +1304,8 @@ void UTextTest::ComparisonTest()
utext_close(&emptyUTF8);
utext_close(&nullUChar);
utext_close(&nullUTF8);
utext_close(&charText);
utext_close(&uniCharText);
}
}