aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_free_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_free_null.c')
-rw-r--r--test/test_free_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_free_null.c b/test/test_free_null.c
index 3977507c..05be8e4a 100644
--- a/test/test_free_null.c
+++ b/test/test_free_null.c
@@ -30,6 +30,7 @@ main(void)
serd_sink_free(NULL);
serd_reader_free(NULL);
serd_writer_free(NULL);
+ serd_cursor_free(NULL);
return 0;
}