diff base/Window.h @ 26:d096a79fa772

* Add timbral (MFCC) feature option to segmenter
author cannam
date Thu, 10 Jan 2008 16:41:33 +0000
parents d7116e3183f8
children 7fe29d8a7eaf
line wrap: on
line diff
--- a/base/Window.h	Thu Jan 10 15:16:08 2008 +0000
+++ b/base/Window.h	Thu Jan 10 16:41:33 2008 +0000
@@ -40,7 +40,7 @@
 	encache();
 	return *this;
     }
-    virtual ~Window() { delete m_cache; }
+    virtual ~Window() { delete[] m_cache; }
     
     void cut(T *src) const { cut(src, src); }
     void cut(T *src, T *dst) const {