mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-29 15:26:18 +01:00
Merge branch '1637-win32-uninitialised-variable' into 'master'
gwin32appinfo: Fix a potential free of an uninitialised variable Closes #1637 See merge request GNOME/glib!573
This commit is contained in:
commit
eeb657bb0f
@ -1426,7 +1426,7 @@ collect_capable_apps_from_clients (GPtrArray *capable_apps,
|
||||
GWin32RegistrySubkeyIter subkey_iter;
|
||||
GWin32RegistryKey *system_client_type;
|
||||
GWin32RegistryValueType default_type;
|
||||
gunichar2 *default_value;
|
||||
gunichar2 *default_value = NULL;
|
||||
gunichar2 *client_name;
|
||||
gsize client_name_len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user