summaryrefslogtreecommitdiffstats
path: root/gst/goom/tentacle3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/tentacle3d.c')
-rw-r--r--gst/goom/tentacle3d.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gst/goom/tentacle3d.c b/gst/goom/tentacle3d.c
index e1f3e78d..b283aa90 100644
--- a/gst/goom/tentacle3d.c
+++ b/gst/goom/tentacle3d.c
@@ -125,8 +125,14 @@ tentacle_fx_create (void)
static void
tentacle_free (TentacleFXData * data)
{
- /* TODO : un vrai FREE GRID!! */
+ int tmp;
+
+ /* FREE GRID */
+ for (tmp = 0; tmp < nbgrid; tmp++)
+ grid3d_free (data->grille[tmp]);
free (data->vals);
+
+ goom_plugin_parameters_free (&data->params);
}
static void