This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 2196ad8172cdcb8bc54c2d23361a6a8bb648adc3
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Tue Feb 10 13:55:42 2026 +0000
status mon - clean up all on shutdown
---
src/shared/status_mon.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/shared/status_mon.c b/src/shared/status_mon.c
index 3dfd994..faff996 100644
--- a/src/shared/status_mon.c
+++ b/src/shared/status_mon.c
@@ -216,7 +216,10 @@ status_mon_begin(void)
void
status_mon_shutdown(void)
{
+ Status_Callback *sc;
+
if (mon) ecore_file_monitor_del(mon);
mon = NULL;
- // XXX: delete so's
+ EINA_LIST_FREE(cbs, sc) free(sc);
+ while (ops) status_op_del(ops->data);
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.