Avoid some compiler warnings
authorMatthias Clasen <mclasen@redhat.com>
Sat, 10 Sep 2011 03:42:47 +0000 (23:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 10 Sep 2011 03:44:41 +0000 (23:44 -0400)
gio/tests/socket-client.c

index 578b0c8..d2c74e8 100644 (file)
@@ -256,6 +256,9 @@ main (int argc,
 
   g_type_init ();
 
+  address = NULL;
+  connection = NULL;
+
   context = g_option_context_new (" <hostname>[:port] - Test GSocket client stuff");
   g_option_context_add_main_entries (context, cmd_entries, NULL);
   if (!g_option_context_parse (context, &argc, &argv, &error))