Fix memory leak
[platform/core/uifw/inputdelegator.git] / inc / MicEffector.h
index 8284f1c..7264fd7 100755 (executable)
@@ -18,7 +18,7 @@
 
 #include <vector>
 #include <efl_extension.h>
-#include "Debug.h"
+
 
 #define SAMPLE_COUNT 59
 
@@ -140,14 +140,6 @@ class MicEffector
                void DrawDummyFrame();
 
                /**
-                * Efl vector canvas handle
-                *
-                */
-//             ea_vector_canvas_h *canvas;
-//             ea_vector_path_h *path;
-//             ea_vector_paint_h *paint;
-
-               /**
                 * Volume values.
                 *
                 */
@@ -155,12 +147,15 @@ class MicEffector
                std::vector<int> current;
 
        public :
-               int startcount;
                int drawcount;
                bool forcestop;
                bool started;
                bool fake;
 
+               Evas_Object *vg;
+               Efl_VG *root;
+               Efl_VG *shape;
+
                /**
                 * timer handle
                 *