From 144e7f8668166ee1779ad304cc5ac94d8e525529 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 7 Jan 2013 16:27:15 +0000 Subject: added Ooura implementation to repository --- src/fini.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/fini.c') diff --git a/src/fini.c b/src/fini.c index 35b7f65..59b9806 100644 --- a/src/fini.c +++ b/src/fini.c @@ -14,17 +14,13 @@ * * 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, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA. */ /* fini.c: Contains library destructor routine */ -#ifdef XTRACT_FFT -#include -//#include "xtract_globals_private.h" #include "xtract/libxtract.h" -#endif #ifdef __GNUC__ __attribute__((destructor)) void fini() @@ -32,10 +28,7 @@ __attribute__((destructor)) void fini() void _fini() #endif { -#ifdef XTRACT_FFT -xtract_free_fft(); -fftwf_cleanup(); -#endif + xtract_free_fft(); } -- cgit v1.2.3