]> granicus.if.org Git - icu/commit
ICU-21001 Fixing problems found by running valgrind.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Tue, 3 Mar 2020 08:44:59 +0000 (00:44 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 5 Mar 2020 22:34:20 +0000 (14:34 -0800)
commitce7e060d50a9af8f631e4684d151cccd5fbbc8c2
tree051ce6d0ce5f9c5b0bd5b0bd5d02fda4b885f1be
parentbd08ba2c5b1c875cab36d2f5a9aec6216559b8fa
ICU-21001 Fixing problems found by running valgrind.

This makes fixes in order to run the icu4c tests (intltest, cintltst,
iotest, and icuinfo) cleanly under valgrind with --leak-check=full.
13 files changed:
icu4c/source/common/ucurr.cpp
icu4c/source/common/unames.cpp
icu4c/source/common/uresbund.cpp
icu4c/source/common/uscript.cpp
icu4c/source/i18n/calendar.cpp
icu4c/source/i18n/dtptngen.cpp
icu4c/source/i18n/gender.cpp
icu4c/source/i18n/name2uni.cpp
icu4c/source/i18n/numsys.cpp
icu4c/source/test/intltest/dadrcal.cpp
icu4c/source/test/intltest/dadrfmt.cpp
icu4c/source/test/intltest/tztest.cpp
icu4c/source/tools/icuinfo/icuinfo.cpp