mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
guri: Fix user passed to g_uri_split_with_user() not being NULL'd
This commit is contained in:
parent
47488cc1a0
commit
8b319a687b
@ -696,6 +696,8 @@ g_uri_split_internal (const gchar *uri_string,
|
||||
*scheme = NULL;
|
||||
if (userinfo)
|
||||
*userinfo = NULL;
|
||||
if (user)
|
||||
*user = NULL;
|
||||
if (password)
|
||||
*password = NULL;
|
||||
if (auth_params)
|
||||
|
Loading…
Reference in New Issue
Block a user