summaryrefslogtreecommitdiff
path: root/src/modules/shapes/shapes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/shapes/shapes.c')
-rw-r--r--src/modules/shapes/shapes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/shapes/shapes.c b/src/modules/shapes/shapes.c
index a1a56f7..0b512dd 100644
--- a/src/modules/shapes/shapes.c
+++ b/src/modules/shapes/shapes.c
@@ -197,6 +197,7 @@ static void shapes_destroy_context(til_module_context_t *context)
shapes_context_t *ctxt = (shapes_context_t *)context;
shapes_radcache_unref(ctxt->radcache);
+ free(ctxt);
}
© All Rights Reserved