summaryrefslogtreecommitdiff
path: root/src/modules/montage/montage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/montage/montage.c')
-rw-r--r--src/modules/montage/montage.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/montage/montage.c b/src/modules/montage/montage.c
index 268d7db..13c8a36 100644
--- a/src/modules/montage/montage.c
+++ b/src/modules/montage/montage.c
@@ -95,12 +95,7 @@ static void * montage_create_context(unsigned ticks, unsigned num_cpus, til_setu
if (module->create_context) /* FIXME errors */
ctxt->contexts[i] = module->create_context(ticks, 1, setup);
- /* TODO FIXME: free setup! modules don't currently implement it.
- * What should probably happen is the setup should become a til struct
- * type having just a free function pointer. Then module setups would
- * simply embed this at the start of their private setup struct and return a
- * pointer to that as their setup.
- */
+ til_setup_free(setup);
}
return ctxt;
© All Rights Reserved