From 417c11923591f7dd2df9bf0412aef4cee44afd74 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 2 May 2019 21:28:38 +0200 Subject: Free stylesheets properly --- libstorycode/narrative.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libstorycode/narrative.c') diff --git a/libstorycode/narrative.c b/libstorycode/narrative.c index 7e58f88..7256651 100644 --- a/libstorycode/narrative.c +++ b/libstorycode/narrative.c @@ -84,6 +84,7 @@ static void narrative_item_destroy(struct narrative_item *item) } +/* Free the narrative and all contents, but not the stylesheet */ void narrative_free(Narrative *n) { int i; -- cgit v1.2.3