ICU-770 fix memory leaks

X-SVN-Rev: 6863
This commit is contained in:
Alan Liu 2001-11-14 00:24:37 +00:00
parent 0842d4ab9f
commit d2324052fd

View File

@ -62,6 +62,14 @@ class U_I18N_API TitlecaseTransliterator : public Transliterator {
*/
void handleTransliterate(Replaceable& text, UTransPosition& offset,
UBool isIncremental) const;
public:
/**
* Static memory cleanup function. FOR INTERNAL USE ONLY; DO NOT
* CALL.
*/
static void cleanup();
};
U_NAMESPACE_END