From da118a5ad2dbd92f4754f2bbf4197713142c6091 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 16 Feb 2001 21:44:30 +0000 Subject: [PATCH] ICU-66 Fixed an initialization problem X-SVN-Rev: 3646 --- icu4c/source/common/uloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/common/uloc.c b/icu4c/source/common/uloc.c index 6233c647633..75a0905a631 100644 --- a/icu4c/source/common/uloc.c +++ b/icu4c/source/common/uloc.c @@ -1034,6 +1034,7 @@ static void _lazyEvaluate_installedLocales() int32_t i = 0; int32_t len = 0; + ures_setIsStackObject(&installed, TRUE); index = ures_open(NULL, kIndexLocaleName, &status); ures_getByKey(index, kIndexTag, &installed, &status);