From f8b72498c91bc6657243b69323b119f6e7993e14 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 29 Sep 2006 03:44:03 +0000 Subject: [PATCH] ICU-5426 Fix last check-in X-SVN-Rev: 20444 --- icu4c/source/test/cintltst/ucsdetst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/icu4c/source/test/cintltst/ucsdetst.c b/icu4c/source/test/cintltst/ucsdetst.c index 9a26d11d13..9bc18d329e 100644 --- a/icu4c/source/test/cintltst/ucsdetst.c +++ b/icu4c/source/test/cintltst/ucsdetst.c @@ -139,7 +139,6 @@ static void TestUTF8(void) ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ bail: - DELETE_ARRAY(detected); freeBytes(bytes); ucsdet_close(csd); }