summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-26 01:36:36 +0200
committerJens Georg <mail@jensge.org>2022-05-26 01:36:36 +0200
commitdbbc405ec18d018a0ac45cb7f98774ad1e886166 (patch)
tree19c1aeecb04b53b81b9d52ef980151e5ddd27126 /tests
parent8991a9b53fe1be3c6291454bb693e752ad0f1a05 (diff)
downloadgupnp-dbbc405ec18d018a0ac45cb7f98774ad1e886166.tar.gz
all: Fix minor issues from scan-build
Diffstat (limited to 'tests')
-rw-r--r--tests/test-bugs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-bugs.c b/tests/test-bugs.c
index 2bc67f5..8debeab 100644
--- a/tests/test-bugs.c
+++ b/tests/test-bugs.c
@@ -89,7 +89,6 @@ test_bgo_696762_on_browse_call (G_GNUC_UNUSED GUPnPService *service,
g_assert (node != NULL);
g_assert_cmpstr ((const char *) node->name, ==, "SortCriteria");
- node = node->next;
gupnp_service_action_return_success (action);
}