mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Fix non-initialized variable in gio/tests/socket-client.c
This commit is contained in:
parent
027e3769ee
commit
7bd79b112d
@ -257,7 +257,7 @@ main (int argc,
|
|||||||
GIOStream *connection;
|
GIOStream *connection;
|
||||||
GInputStream *istream;
|
GInputStream *istream;
|
||||||
GOutputStream *ostream;
|
GOutputStream *ostream;
|
||||||
GSocketAddress *src_address;
|
GSocketAddress *src_address = NULL;
|
||||||
GTlsCertificate *certificate = NULL;
|
GTlsCertificate *certificate = NULL;
|
||||||
gint i;
|
gint i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user