]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/wintz.c
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / common / wintz.c
index 6b270ac170089797735a38ea6d17f76b4e65929e..89fc35061ea39345114099b382dfcea6d1a58608 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ********************************************************************************
 /*
 ********************************************************************************
-*   Copyright (C) 2005-2014, International Business Machines
+*   Copyright (C) 2005-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 ********************************************************************************
 *
 *   Corporation and others.  All Rights Reserved.
 ********************************************************************************
 *
@@ -44,7 +44,7 @@ typedef struct
  * Various registry keys and key fragments.
  */
 static const char CURRENT_ZONE_REGKEY[] = "SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation\\";
  * Various registry keys and key fragments.
  */
 static const char CURRENT_ZONE_REGKEY[] = "SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation\\";
-static const char STANDARD_NAME_REGKEY[] = "StandardName";
+/* static const char STANDARD_NAME_REGKEY[] = "StandardName"; Currently unused constant */
 static const char STANDARD_TIME_REGKEY[] = " Standard Time";
 static const char TZI_REGKEY[] = "TZI";
 static const char STD_REGKEY[] = "Std";
 static const char STANDARD_TIME_REGKEY[] = " Standard Time";
 static const char TZI_REGKEY[] = "TZI";
 static const char STD_REGKEY[] = "Std";
@@ -355,6 +355,7 @@ uprv_detectWindowsTimeZone() {
                     tryPreVistaFallback = FALSE;
                 }
             }
                     tryPreVistaFallback = FALSE;
                 }
             }
+            ures_close(winTZ);
         }
     }
 
         }
     }