summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/loadednormalizer2impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/loadednormalizer2impl.cpp')
-rw-r--r--deps/icu-small/source/common/loadednormalizer2impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/loadednormalizer2impl.cpp b/deps/icu-small/source/common/loadednormalizer2impl.cpp
index b3b7b5d621..2b2d9a8e80 100644
--- a/deps/icu-small/source/common/loadednormalizer2impl.cpp
+++ b/deps/icu-small/source/common/loadednormalizer2impl.cpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
@@ -232,6 +232,7 @@ Normalizer2::getInstance(const char *packageName,
}
}
if(allModes==NULL) {
+ ucln_common_registerCleanup(UCLN_COMMON_LOADED_NORMALIZER2, uprv_loaded_normalizer2_cleanup);
LocalPointer<Norm2AllModes> localAllModes(
Norm2AllModes::createInstance(packageName, name, errorCode));
if(U_SUCCESS(errorCode)) {