diff options
| author | skidau <skidau@gmail.com> | 2014-09-04 22:00:24 +1000 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2014-09-04 22:00:24 +1000 |
| commit | e732f27e1af4df6bea2cbf64bf5a9557ee9f28ed (patch) | |
| tree | 7a9c1f529861fd149028b349c7f500d3ae1ccc0b /Externals/soundtouch/FIRFilter.cpp | |
| parent | 7d39936b4918cd411c85d37a0649dd98b168782c (diff) | |
| parent | ba2bec1c0ab6f29b936048e5d4b57e47ecbad0cb (diff) | |
Merge pull request #953 from skidau/soundtouch-180
Updated SoundTouch library to 1.8.1 [r198]
Diffstat (limited to 'Externals/soundtouch/FIRFilter.cpp')
| -rw-r--r-- | Externals/soundtouch/FIRFilter.cpp | 3 |
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;
}
|
