From ad56807828e5d3d00fbe0be1882b645a5d9c7c4b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 21 Mar 2003 18:58:36 +0000 Subject: [PATCH] ICU-2729 Fix for the -r test option. X-SVN-Rev: 11380 --- icu4c/source/test/cintltst/uenumtst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/test/cintltst/uenumtst.c b/icu4c/source/test/cintltst/uenumtst.c index 23b404e271f..935f0a3887d 100644 --- a/icu4c/source/test/cintltst/uenumtst.c +++ b/icu4c/source/test/cintltst/uenumtst.c @@ -50,6 +50,7 @@ static void U_CALLCONV chArrayClose(UEnumeration *en) { if(cont->currUChar != NULL) { free(cont->currUChar); + cont->currUChar = NULL; } free(en); }