aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c
index fbe9da3f..2d0632b4 100644
--- a/src/world.c
+++ b/src/world.c
@@ -86,6 +86,7 @@ void
serd_world_free(SerdWorld* world)
{
serd_nodes_free(world->nodes);
+ serd_node_free(world->blank_node);
free(world);
}