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 4b6742b65897f45a654eff2e91f5b9fb9b0cbc8f
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Feb 15 17:21:06 2026 +0000
clipboard - delete elm win used for clipboard on mod shutdown
---
src/modules/clipboard/e_mod_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/modules/clipboard/e_mod_main.c b/src/modules/clipboard/e_mod_main.c
index 002b68c60..2b5c72091 100644
--- a/src/modules/clipboard/e_mod_main.c
+++ b/src/modules/clipboard/e_mod_main.c
@@ -555,6 +555,7 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
if (delay_sel_timer) ecore_timer_del(delay_sel_timer);
delay_sel_timer = NULL;
E_FREE_LIST(mod.handles, ecore_event_handler_del);
+ if (mod.ewin) evas_object_del(mod.ewin);
memset(&mod, 0, sizeof(mod));
if (!cfg) goto noconfig;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.