aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Resampler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Resampler.cpp b/src/Resampler.cpp
index 38fea33..50e1897 100644
--- a/src/Resampler.cpp
+++ b/src/Resampler.cpp
@@ -112,8 +112,6 @@ Resampler::~Resampler()
{
PDEBUG("Resampler::~Resampler() @ %p\n", this);
- if (myFftPlan1 != NULL) { fftwf_free(myFftPlan1); }
- if (myFftPlan2 != NULL) { fftwf_free(myFftPlan2); }
if (myFftIn != NULL) { fftwf_free(myFftIn); }
if (myFftOut != NULL) { fftwf_free(myFftOut); }
if (myBufferIn != NULL) { fftwf_free(myBufferIn); }