aboutsummaryrefslogtreecommitdiffstats
path: root/tests/env_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env_test.c')
-rw-r--r--tests/env_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/env_test.c b/tests/env_test.c
index b636048b..c0629da5 100644
--- a/tests/env_test.c
+++ b/tests/env_test.c
@@ -90,6 +90,7 @@ test_env(void)
serd_sink_set_prefix_func(count_prefixes_sink, count_prefixes);
serd_env_set_prefix(env, pre, eg);
serd_env_write_prefixes(env, count_prefixes_sink);
+ serd_sink_free(count_prefixes_sink);
assert(n_prefixes == 1);
SerdNode* shorter_uri = serd_new_uri("urn:foo");