summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gio/tests/socket-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/socket-client.c b/gio/tests/socket-client.c
index 6c25e08c9..92bf41fb9 100644
--- a/gio/tests/socket-client.c
+++ b/gio/tests/socket-client.c
@@ -257,7 +257,7 @@ main (int argc,
GIOStream *connection;
GInputStream *istream;
GOutputStream *ostream;
- GSocketAddress *src_address;
+ GSocketAddress *src_address = NULL;
GTlsCertificate *certificate = NULL;
gint i;