diff --git a/gio/tests/test-pipe-unix.c b/gio/tests/test-pipe-unix.c index f4e07a420..07f6198a9 100644 --- a/gio/tests/test-pipe-unix.c +++ b/gio/tests/test-pipe-unix.c @@ -105,7 +105,7 @@ test_bidi_pipe (GIOStream **left, GOutputStream *left_out = NULL; GInputStream *right_in = NULL; GOutputStream *right_out = NULL; - gboolean ret; + gboolean ret = FALSE; if (!test_pipe (&left_in, &right_out, error)) goto out;