From d83954e771e23d7a7f8a1b4ba6d572bc5bde9b5b Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Thu, 27 May 2010 20:23:49 +0000 Subject: [PATCH] ICU-7718 Delete NumberFormat object after use in TestCompilerRTTI. X-SVN-Rev: 28108 --- icu4c/source/test/intltest/uobjtest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/test/intltest/uobjtest.cpp b/icu4c/source/test/intltest/uobjtest.cpp index 3e7d0cdc747..d0dc808526f 100644 --- a/icu4c/source/test/intltest/uobjtest.cpp +++ b/icu4c/source/test/intltest/uobjtest.cpp @@ -563,6 +563,7 @@ void UObjectTest::TestCompilerRTTI() { ) { errln("typeid(NumberFormat) failed"); } + delete nf; } /* --------------- */