ICU-12924 Merge the fix for getTZKeyName registry handle leak (#12908 - r39555) from trunk into maint-58.

X-SVN-Rev: 39558
This commit is contained in:
Jeff Genovy 2017-01-13 19:58:28 +00:00
parent 7576ff8c3a
commit f0a29c8a20

View file

@ -216,6 +216,8 @@ static LONG getTZKeyName(char* tzKeyName, int32_t length) {
&cbData);
}
RegCloseKey(hkey);
return result;
}