ICU-3862 Fix a memory leak

X-SVN-Rev: 15930
This commit is contained in:
George Rhoten 2004-06-21 17:41:27 +00:00
parent a17b84ff28
commit 395e77d5a2

View file

@ -572,6 +572,7 @@ void RBBITest::TestBug3818() {
errln("Fail at file %s, line %d expected start of word at 4, got %d",
__FILE__, __LINE__, startOfSecondWord);
}
delete bi;
}
//---------------------------------------------