This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 8b06ca97a6df8cdef7a67c82429b15b71791f3e3
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Apr 23 09:39:01 2024 +0100

    e sys main - fix minor leaking iterator - unused code now
---
 src/bin/e_sys_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c
index 3758af1c7..02c78aee1 100644
--- a/src/bin/e_sys_main.c
+++ b/src/bin/e_sys_main.c
@@ -342,6 +342,7 @@ main(int argc,
                   rm = EINA_FALSE;
                   eina_stringshare_del(s);
                }
+             eina_iterator_free(it);
              if (rm)
                {
                   if (rmdir(path))

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to