ICU-4157 Fix a memory leak introduced by this bug.

X-SVN-Rev: 17295
This commit is contained in:
George Rhoten 2005-03-08 18:54:35 +00:00
parent 890ff89938
commit d49b520fcf

View File

@ -2339,6 +2339,7 @@ RBBIWordMonkey::~RBBIWordMonkey() {
delete fNumericSet;
delete fFormatSet;
delete fExtendSet;
delete fExtendNumLetSet;
delete fOtherSet;
delete fGCFMatcher;