diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c index 3a6c94829..0e0183923 100644 --- a/gio/tests/gdbus-peer.c +++ b/gio/tests/gdbus-peer.c @@ -1773,8 +1773,7 @@ main (int argc, g_main_loop_unref (loop); g_free (test_guid); g_dbus_node_info_unref (introspection_data); - if (is_unix) - g_free (tmp_address); + g_free (tmp_address); if (tmpdir) { g_rmdir (tmpdir);