ICU-770 fix memory leaks
X-SVN-Rev: 6863
This commit is contained in:
parent
0842d4ab9f
commit
d2324052fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user