From b3892cb6e4963e1bbeb346a8124101b7c3cf379b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Aug 2021 01:51:55 -0400 Subject: Simplify input stream API More or less the same rationale as the previous commit, but for reading. This makes for nice symmetry with writing, at the cost of a slightly more annoying reader interface since the source doesn't know its block size or name. --- test/test_free_null.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_free_null.c') diff --git a/test/test_free_null.c b/test/test_free_null.c index 51a3c2dc..85529a2b 100644 --- a/test/test_free_null.c +++ b/test/test_free_null.c @@ -24,7 +24,6 @@ int main(void) { serd_free(NULL); - serd_byte_source_free(NULL); serd_node_free(NULL); serd_world_free(NULL); serd_env_free(NULL); -- cgit v1.2.1