mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
tests: Various minor leak fixes in the GIO tests
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -77,6 +77,7 @@ test_uris (void)
|
||||
g_assert_cmpstr (error->message, ==, str);
|
||||
g_clear_error (&error);
|
||||
g_assert_null (proxies);
|
||||
g_object_unref (result);
|
||||
|
||||
g_object_unref (resolver);
|
||||
g_free (str);
|
||||
|
Reference in New Issue
Block a user