clock module - fix - free handlers on mod shudtown

@fix
This commit is contained in:
Carsten Haitzler 2024-03-06 18:57:11 +00:00
parent efe2f7b267
commit e10a0d2be1
1 changed files with 1 additions and 0 deletions

View File

@ -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");