ICU-4281 Reduce utrace dependencies when disabled.

X-SVN-Rev: 16937
This commit is contained in:
George Rhoten 2004-12-10 00:12:11 +00:00
parent c68fa87f5b
commit 68f761e57f

View file

@ -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
}
/*