Merge branch 'appinfo-pointer-init' into 'main'

GWin32AppInfo: Fix missing initialization

See merge request GNOME/glib!2210
This commit is contained in:
Philip Withnall 2021-08-02 14:36:40 +00:00
commit 921e1f2b8b

View File

@ -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,