mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +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,7 +1773,6 @@ main (int argc,
|
|||||||
g_main_loop_unref (loop);
|
g_main_loop_unref (loop);
|
||||||
g_free (test_guid);
|
g_free (test_guid);
|
||||||
g_dbus_node_info_unref (introspection_data);
|
g_dbus_node_info_unref (introspection_data);
|
||||||
if (is_unix)
|
|
||||||
g_free (tmp_address);
|
g_free (tmp_address);
|
||||||
if (tmpdir)
|
if (tmpdir)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user