revised version of F746_SD_GraphicEqualizer

Dependencies:   BSP_DISCO_F746NG F746_GUI F746_SAI_IO FrequencyResponseDrawer LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed

Fork of F746_SD_GraphicEqualizer by 不韋 呂

Revision:
6:599229a1b06a
Parent:
2:2a5c93bf729a
--- a/MyClasses_Functions/DesignerDrawer.cpp	Sat May 07 07:33:52 2016 +0000
+++ b/MyClasses_Functions/DesignerDrawer.cpp	Sat May 07 08:15:00 2016 +0000
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 //  イコライザ用フィルタのパラメータを設定し,その周波数特性を描画するためのクラス
 //  
-//  2016/05/01, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/05/07, Copyright (c) 2016 MIKAMI, Naoki
 //------------------------------------------------------------------------------
 
 #include "DesignerDrawer.hpp"
@@ -34,6 +34,7 @@
 
     DesignerDrawer::~DesignerDrawer()
     {
+        delete[] frqResp_;
         delete[] ck_;
         delete[] f0_;
         delete calculator_;