mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4281 Reduce utrace dependencies when disabled.
X-SVN-Rev: 16937
This commit is contained in:
parent
c68fa87f5b
commit
68f761e57f
1 changed files with 2 additions and 0 deletions
|
@ -70,7 +70,9 @@ u_cleanup(void)
|
|||
cmemory_cleanup(); /* undo any heap functions set by u_setMemoryFunctions(). */
|
||||
gICUInitialized = FALSE;
|
||||
UTRACE_EXIT(); /* Must be before utrace_cleanup(), which turns off tracing. */
|
||||
#if U_ENABLE_TRACING
|
||||
utrace_cleanup();
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue