mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-17 11:11:58 +02: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_assert_cmpstr (proxies[0], ==, ignore_tests[i].proxy);
|
||||||
g_strfreev (proxies);
|
g_strfreev (proxies);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_object_unref (resolver);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user