mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-13 14:05:05 +01:00
Merge branch 'fix-uninitialized-use' into 'master'
timezone: Fix an uninitialized use See merge request GNOME/glib!1601
This commit is contained in:
commit
5b3da6ea34
@ -831,6 +831,8 @@ rules_from_windows_time_zone (const gchar *identifier,
|
|||||||
WCHAR winsyspath[MAX_PATH];
|
WCHAR winsyspath[MAX_PATH];
|
||||||
gunichar2 *subkey_w, *subkey_dynamic_w;
|
gunichar2 *subkey_w, *subkey_dynamic_w;
|
||||||
|
|
||||||
|
subkey_dynamic_w = NULL;
|
||||||
|
|
||||||
if (GetSystemDirectoryW (winsyspath, MAX_PATH) == 0)
|
if (GetSystemDirectoryW (winsyspath, MAX_PATH) == 0)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user