gdbus: Fix minor leak in peer test

This has to be freed even on Windows.
This commit is contained in:
Michael Catanzaro 2019-06-12 14:49:34 -05:00
parent beac9fe211
commit eca16677c0

View File

@ -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);