mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
gappinfo: Fix uninitialized-variable gcc warning
This commit is contained in:
committed by
Matthias Clasen
parent
9b9e99e6c8
commit
9851202b15
@@ -653,7 +653,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;
|
||||
|
||||
|
Reference in New Issue
Block a user