bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=40571bf0ee78e43419894d364f7c828711673043

commit 40571bf0ee78e43419894d364f7c828711673043
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Mon Dec 2 08:53:24 2019 +0100

    eolian_aux: do not leak
---
 src/lib/eolian/eolian_aux.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/eolian/eolian_aux.c b/src/lib/eolian/eolian_aux.c
index 66cde8ac73..400a82ac1c 100644
--- a/src/lib/eolian/eolian_aux.c
+++ b/src/lib/eolian/eolian_aux.c
@@ -100,6 +100,7 @@ _callables_find(const Eolian_Class *cl, Eina_List **funcs,
         total += _callables_find_body(pcl, funcs, events, written);
         total += _callables_find(pcl, funcs, events, written);
      }
+   eina_iterator_free(itr);
 
    return total;
 }

-- 


Reply via email to