ICU-1739 fix a memory leak

X-SVN-Rev: 9152
This commit is contained in:
George Rhoten 2002-07-15 15:28:25 +00:00
parent 323b80589c
commit 2482add08c

View File

@ -1204,6 +1204,7 @@ static void testCEs(UCollator *coll, UErrorCode *status) {
}
uprv_free(rulesCopy);
}
ucol_close(UCA);
}
#if 0