diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2009-01-15 11:40:23 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2009-01-15 11:40:23 +0000 |
commit | 9ee7150985a734fa9504599b301f5f94ad9cd195 (patch) | |
tree | 6de54587c47f55acaa878d3d4b5419399df9a297 /ChangeLog | |
parent | f4b2d38c87331798d59296af2d4c6edeff047e66 (diff) |
gst/spectrum/gstspectrum.c: Don't call gst_fft_f32_free() with NULL to prevent a crash. Fixes bug #567642.
Original commit message from CVS:
* gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state):
Don't call gst_fft_f32_free() with NULL to prevent a
crash. Fixes bug #567642.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-01-15 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state): + Don't call gst_fft_f32_free() with NULL to prevent a + crash. Fixes bug #567642. + 2009-01-14 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip): |