mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
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:
parent
7576ff8c3a
commit
f0a29c8a20
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ static LONG getTZKeyName(char* tzKeyName, int32_t length) {
|
|||
&cbData);
|
||||
}
|
||||
|
||||
RegCloseKey(hkey);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue