Skip to content

GWin32AppInfo: Fix missing initialization

LRN requested to merge lrn/glib:appinfo-pointer-init into main

The value should be initialized to NULL before calling g_win32_registry_key_get_value_w(), to ensure that cleanup can be done unconditionally afterward.

Merge request reports

Loading