gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 22 Apr 2008 00:18:52 +0000 (00:18 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 22 Apr 2008 00:18:52 +0000 (00:18 +0000)
commit4e11c343001a69660a5d84836975405a401be3e6
treea960e7899d060fc9efc3ef18b46080bbe951499c
parentd2af0c69a161ff7bc9acabec4ecb3fa665dbf66e
gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite.

Original commit message from CVS:
* gst/goom/config_param.c: (goom_plugin_parameters_free):
* gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
* gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
* gst/goom/flying_stars_fx.c: (fs_free):
* gst/goom/goom_config_param.h:
* gst/goom/goom_core.c: (goom_init), (goom_close):
* gst/goom/goom_plugin_info.h:
* gst/goom/gstgoom.c: (gst_goom_finalize):
* gst/goom/lines.c: (goom_lines_free):
* gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
* gst/goom/surf3d.c: (grid3d_free):
* gst/goom/surf3d.h:
* gst/goom/tentacle3d.c: (tentacle_free):
Free a bunch of stuff, and initialise things to fix leaks
and valgrind warnings in the testsuite.
Fixes: #529268
14 files changed:
ChangeLog
gst/goom/config_param.c
gst/goom/convolve_fx.c
gst/goom/filters.c
gst/goom/flying_stars_fx.c
gst/goom/goom_config_param.h
gst/goom/goom_core.c
gst/goom/goom_plugin_info.h
gst/goom/gstgoom.c
gst/goom/lines.c
gst/goom/plugin_info.c
gst/goom/surf3d.c
gst/goom/surf3d.h
gst/goom/tentacle3d.c