discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=58c7122aafbf77736da2ec8c30477f10785bb99d

commit 58c7122aafbf77736da2ec8c30477f10785bb99d
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Oct 26 10:03:33 2015 -0400

    Don't leak eina_iterator in shot module
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/shot/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/shot/e_mod_main.c b/src/modules/shot/e_mod_main.c
index 60919b0..85d61f7 100644
--- a/src/modules/shot/e_mod_main.c
+++ b/src/modules/shot/e_mod_main.c
@@ -1300,6 +1300,7 @@ _wl_init()
                }
           }
      }
+   eina_iterator_free(itr);
 
    return ECORE_CALLBACK_RENEW;
 }

-- 


Reply via email to