diff options
Diffstat (limited to 'src/modules/shapes')
-rw-r--r-- | src/modules/shapes/shapes.c | 1 |
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); } |