mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fix minor mem leak in test case
This commit is contained in:
parent
5bb62d077b
commit
8df2cca08a
@ -220,6 +220,8 @@ test_ignore (void)
|
||||
g_assert_cmpstr (proxies[0], ==, ignore_tests[i].proxy);
|
||||
g_strfreev (proxies);
|
||||
}
|
||||
|
||||
g_object_unref (resolver);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user