mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
gappinfo: Fix uninitialized-variable gcc warning
This commit is contained in:
parent
151e37816b
commit
175864b83c
@ -684,7 +684,7 @@ g_app_info_launch_default_for_uri (const char *uri,
|
||||
GError **error)
|
||||
{
|
||||
char *uri_scheme;
|
||||
GAppInfo *app_info;
|
||||
GAppInfo *app_info = NULL;
|
||||
GList l;
|
||||
gboolean res;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user