Fix AFL position
[ardour.git] / libs / vamp-plugins / TruePeak.cpp
index 18f5a268dd73421595263b1cb931888c9f5409ab..3d6c12ee2a7ab4b8af33356ff7b31691fe67402a 100644 (file)
@@ -1,20 +1,21 @@
 /*
- *  Copyright (C) 2013-2016 Robin Gareus <robin@gareus.org>
- *  Copyright (C) 2006-2012 Fons Adriaensen <fons@linuxaudio.org>
- *  Copyright (C) 2006 Chris Cannam
+ * Copyright (C) 2006 Chris Cannam
+ * Copyright (C) 2006-2012 Fons Adriaensen <fons@linuxaudio.org>
+ * COPYRIGHT (C) 2012-2019 Robin Gareus <robin@gareus.org>
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 3 of the License, or
- *  (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <stdlib.h>
@@ -218,8 +219,10 @@ Resampler::setup (unsigned int fs_inp,
                _inmax = k;
                _pstep = s;
                return reset ();
+       } else {
+               delete[] B;
+               return 1;
        }
-       else return 1;
 }
 
 void
@@ -368,6 +371,7 @@ TruePeakdsp::TruePeakdsp (void)
        : _m (0)
        , _p (0)
        , _res (true)
+       , _res_peak (true)
        , _buf (NULL)
 {
 }