From 9ee7150985a734fa9504599b301f5f94ad9cd195 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 15 Jan 2009 11:40:23 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 971c0808..bbebf507 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-15 Sebastian Dröge + + * 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 * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip): -- cgit