From f7b993d5aff1274e010d45304b12109f6de7e120 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 28 Jun 2020 19:46:47 +0200 Subject: WIP: Make Writer always write to a ByteSink --- src/node.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node.c') diff --git a/src/node.c b/src/node.c index 0448c312..14f6490b 100644 --- a/src/node.c +++ b/src/node.c @@ -615,6 +615,7 @@ serd_new_real_file_uri(const char* const path, const char* const hostname) SerdNode* const node = serd_new_file_uri(SERD_MEASURE_STRING(real_path), SERD_MEASURE_STRING(hostname)); + free(real_path); return node; } -- cgit v1.2.1