mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Initialise lengths in GDbusAuth to silence warnings
(cherry picked from commit ad363d9aac5a6167121631a1ee8d3cec2784b5c2)
This commit is contained in:
parent
cecd997a5e
commit
509a53848d
@ -805,7 +805,7 @@ _g_dbus_auth_run_client (GDBusAuth *auth,
|
||||
{
|
||||
gchar *encoded;
|
||||
gchar *decoded_data;
|
||||
gsize decoded_data_len;
|
||||
gsize decoded_data_len = 0;
|
||||
|
||||
encoded = g_strdup (line + 5);
|
||||
g_free (line);
|
||||
@ -1230,7 +1230,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth,
|
||||
{
|
||||
gchar *encoded;
|
||||
gchar *decoded_data;
|
||||
gsize decoded_data_len;
|
||||
gsize decoded_data_len = 0;
|
||||
|
||||
encoded = g_strdup (line + 5);
|
||||
g_free (line);
|
||||
|
Loading…
x
Reference in New Issue
Block a user