hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=5c8ff06ba3a7c738792ce5394e175675bcc926c0

commit 5c8ff06ba3a7c738792ce5394e175675bcc926c0
Author: ChunEon Park <[email protected]>
Date:   Sat Nov 1 20:13:59 2014 +0900

    lib/edj_viewer: free eio_monitor properly.
---
 src/lib/edj_viewer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/edj_viewer.c b/src/lib/edj_viewer.c
index 8159457..d1c6932 100644
--- a/src/lib/edj_viewer.c
+++ b/src/lib/edj_viewer.c
@@ -174,6 +174,7 @@ edj_changed_cb(void *data, int type EINA_UNUSED, void 
*event)
    if (vd->edj_monitor != ev->monitor) return ECORE_CALLBACK_PASS_ON;
 
    //FIXME: why it need to add monitor again??
+   eio_monitor_del(vd->edj_monitor);
    vd->edj_monitor = eio_monitor_add(build_edj_path_get());
    if (!vd->edj_monitor) EINA_LOG_ERR("Failed to add Eio_Monitor!");
 

-- 


Reply via email to