summaryrefslogtreecommitdiffstats
path: root/gst/goom/config_param.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/config_param.c')
-rw-r--r--gst/goom/config_param.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/goom/config_param.c b/gst/goom/config_param.c
index 4c4cebd9..da07a34a 100644
--- a/gst/goom/config_param.c
+++ b/gst/goom/config_param.c
@@ -111,6 +111,12 @@ goom_plugin_parameters (const char *name, int nb)
return p;
}
+void
+goom_plugin_parameters_free (PluginParameters * p)
+{
+ free (p->params);
+}
+
/*---------------------------------------------------------------------------*/
void