This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16-epplets.
View the commit online.
commit 658906b145294dbfcc137060129b4d1a8f53ee9c
Author: Kim Woelders <[email protected]>
AuthorDate: Mon Dec 15 19:37:27 2025 +0100
E-Slides: Fix memory leak
---
epplets/E-Slides.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/epplets/E-Slides.c b/epplets/E-Slides.c
index 1a2a626..2938656 100644
--- a/epplets/E-Slides.c
+++ b/epplets/E-Slides.c
@@ -169,6 +169,7 @@ dirscan(char *dir, unsigned int *num)
}
if (!dirlen)
{
+ free(names);
closedir(dirp);
*num = 0;
return NULL;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.