mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
gdbus: Fix minor leak in peer test
This has to be freed even on Windows.
This commit is contained in:
parent
beac9fe211
commit
eca16677c0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user