Bug Fix: Zero out DFT state pointer on free
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
6340b08308
commit
b693c946b8
1 changed files with 1 additions and 0 deletions
1
Audio/ThirdParty/deadbeef/fft_accelerate.c
vendored
1
Audio/ThirdParty/deadbeef/fft_accelerate.c
vendored
|
@ -123,4 +123,5 @@ void fft_free(void) {
|
||||||
_dftBuffer.imagp = NULL;
|
_dftBuffer.imagp = NULL;
|
||||||
_window = NULL;
|
_window = NULL;
|
||||||
_rawSpectrum = NULL;
|
_rawSpectrum = NULL;
|
||||||
|
_dftSetup = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue