From eca1ad4fc5fd91a061fb4d6985a3d538eb082507 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Tue, 28 Sep 2010 23:01:24 +0000 Subject: [PATCH] ICU-7991 Fix memory leak in NumberFormatTest. X-SVN-Rev: 28718 --- icu4c/source/test/intltest/numfmtst.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/test/intltest/numfmtst.cpp b/icu4c/source/test/intltest/numfmtst.cpp index 199a99ae88d..0824b9c3d87 100644 --- a/icu4c/source/test/intltest/numfmtst.cpp +++ b/icu4c/source/test/intltest/numfmtst.cpp @@ -2746,6 +2746,7 @@ void NumberFormatTest::TestNumberingSystems() { delete fmt4; delete fmt5; delete fmt6; + delete fmt7; }