mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
gwin32appinfo: Fix a potential free of an uninitialised variable
Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1637
This commit is contained in:
parent
245279e834
commit
29e8f5795d
@ -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