mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Plug a small memleak in gdbus-export test
This commit is contained in:
parent
48fd507012
commit
1eb5c7cedd
@ -846,6 +846,7 @@ test_dispatch_thread_func (gpointer user_data)
|
||||
g_assert (g_variant_is_of_type (inner, G_VARIANT_TYPE_STRING));
|
||||
g_assert_cmpstr (g_variant_get_string (inner, NULL), ==, "Property `PropertyUno' Is What It Is!");
|
||||
g_variant_unref (value);
|
||||
g_variant_unref (inner);
|
||||
|
||||
error = NULL;
|
||||
value = g_dbus_proxy_call_sync (foo_proxy,
|
||||
|
Loading…
Reference in New Issue
Block a user