hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=6d0c720b208e55d3fb024a420db040a05d6ad4d4

commit 6d0c720b208e55d3fb024a420db040a05d6ad4d4
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Sat Jul 19 15:07:25 2014 +0900

    fixed some memory leaks that detected by valgrind.
---
 src/bin/dummy_obj.c | 2 ++
 src/bin/main.c      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/bin/dummy_obj.c b/src/bin/dummy_obj.c
index f6040a9..93d52c0 100644
--- a/src/bin/dummy_obj.c
+++ b/src/bin/dummy_obj.c
@@ -80,6 +80,8 @@ dummy_objs_update(dummy_obj *dummy)
              dummy->swallows = eina_list_append(dummy->swallows, po);
           }
      }
+
+   edje_edit_string_list_free(parts);
 }
 
 static Eina_Bool
diff --git a/src/bin/main.c b/src/bin/main.c
index 9242659..308bc63 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -560,6 +560,8 @@ term(app_data *ad)
    config_term();
    autocomp_term();
 
+   eio_monitor_del(ad->edc_monitor);
+
    elm_shutdown();
 }
 

-- 


Reply via email to