Bug Fix: Zero out DFT state pointer on free
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
c231a9097e
commit
598fd814e4
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