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

git pushed a commit to branch prefer-libddcutil5
in repository enlightenment.

View the commit online.

commit e10a0d2be18662c12f91887ef4fcde0665232752
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Mar 6 18:57:11 2024 +0000

    clock module - fix - free handlers on mod shudtown
    
    @fix
---
 src/modules/clock/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/clock/e_mod_main.c b/src/modules/clock/e_mod_main.c
index a6a6bcc36..d9906dde1 100644
--- a/src/modules/clock/e_mod_main.c
+++ b/src/modules/clock/e_mod_main.c
@@ -947,6 +947,7 @@ e_modapi_init(E_Module *m)
 E_API int
 e_modapi_shutdown(E_Module *m EINA_UNUSED)
 {
+   E_FREE_LIST(handlers, ecore_event_handler_del);
    if (act)
      {
         e_action_predef_name_del("Clock", "Toggle calendar");

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

Reply via email to