mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 22:03:29 +02:00
Plug a small memleak in gdbus-export test
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user