summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2023-03-31 13:42:18 +0200
committerJens Georg <mail@jensge.org>2023-03-31 13:43:00 +0200
commit8111af5f88d6a32e430bf46db9ea67c3929a3143 (patch)
tree194a6eb1c7f775fc2507f72ee67a2764acba8a8d
parent11e2204cb56fabfa20baa058446dca308316b4f6 (diff)
downloadgupnp-8111af5f88d6a32e430bf46db9ea67c3929a3143.tar.gz
Clear error in context bind test
-rw-r--r--tests/test-context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-context.c b/tests/test-context.c
index 1b73e01..9db825c 100644
--- a/tests/test-context.c
+++ b/tests/test-context.c
@@ -283,6 +283,7 @@ test_gupnp_context_error_when_bound ()
// same TCP port twice here
return;
}
+ g_clear_error (&error);
g_test_expect_message (
"gupnp-context",