summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-12 08:29:52 +0200
committerJens Georg <mail@jensge.org>2022-06-12 08:29:52 +0200
commit841d42b3e19cb48ca40d80ea212901188bd13dfb (patch)
tree90361236d08d8f605c2505903adab3a68a1e82f2 /tests
parented4cb4763f3c6341a37ecbc27689e0fe03e298e1 (diff)
downloadgupnp-841d42b3e19cb48ca40d80ea212901188bd13dfb.tar.gz
test: Fix double-free introduced in previous commit
Diffstat (limited to 'tests')
-rw-r--r--tests/test-context-filter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-context-filter.c b/tests/test-context-filter.c
index 37ba14b..eaf5865 100644
--- a/tests/test-context-filter.c
+++ b/tests/test-context-filter.c
@@ -142,8 +142,6 @@ test_context_filter_entry_management ()
g_assert_cmpint (entry_change_count, ==, 1);
g_assert_null (gupnp_context_filter_get_entries (filter));
- g_list_free (entries);
-
{
char *entryv[] = { "eth0", "eth1", "eth2", "eth3", NULL };