aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c1
1 files changed, 1 insertions, 0 deletions
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;
}