summaryrefslogtreecommitdiff
path: root/Externals/soundtouch/FIRFilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Externals/soundtouch/FIRFilter.cpp')
-rw-r--r--Externals/soundtouch/FIRFilter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Externals/soundtouch/FIRFilter.cpp b/Externals/soundtouch/FIRFilter.cpp
index 54c808d006..b79b2d08c9 100644
--- a/Externals/soundtouch/FIRFilter.cpp
+++ b/Externals/soundtouch/FIRFilter.cpp
@@ -11,7 +11,7 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// Last changed : $Date: 2013-06-12 15:24:44 +0000 (Wed, 12 Jun 2013) $
+// Last changed : $Date: 2013-06-13 01:24:44 +1000 (Thu, 13 Jun 2013) $
// File revision : $Revision: 4 $
//
// $Id: FIRFilter.cpp 171 2013-06-12 15:24:44Z oparviai $
@@ -217,7 +217,6 @@ uint FIRFilter::evaluateFilterMulti(SAMPLETYPE *dest, const SAMPLETYPE *src, uin
sum[c] = 0;
}
}
- free(sum);
return numSamples - length;
}