mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'appinfo-pointer-init' into 'main'
GWin32AppInfo: Fix missing initialization See merge request GNOME/glib!2210
This commit is contained in:
commit
921e1f2b8b
@ -1629,6 +1629,7 @@ process_uwp_verbs (GList *verbs,
|
||||
continue;
|
||||
}
|
||||
|
||||
acid = NULL;
|
||||
got_value = g_win32_registry_key_get_value_w (key,
|
||||
g_win32_registry_get_os_dirs_w (),
|
||||
TRUE,
|
||||
@ -3634,6 +3635,7 @@ grab_registry_string (GWin32RegistryKey *handler_appkey,
|
||||
if (*destination != NULL)
|
||||
return;
|
||||
|
||||
value = NULL;
|
||||
if (g_win32_registry_key_get_value_w (handler_appkey,
|
||||
NULL,
|
||||
TRUE,
|
||||
|
Loading…
Reference in New Issue
Block a user