summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-12-02 08:53:24 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-12-02 08:53:46 +0100
commit40571bf0ee78e43419894d364f7c828711673043 (patch)
tree82d30620f29729139afc484a9261fe0732a04e5c
parent0806b03346e49547c6c8d867eac70b9ed01fabda (diff)
downloadefl-40571bf0ee78e43419894d364f7c828711673043.tar.gz
eolian_aux: do not leak
-rw-r--r--src/lib/eolian/eolian_aux.c1
1 files changed, 1 insertions, 0 deletions
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;
}