evry_hist->subjects and evry_hist->actions has already been freed
by evry_history_free(). Do not call eina_hash_foreach() again on
evry_history_unload since this will give an eina_magic_fail()
beacause they are already NULL.
---
src/modules/everything/evry_history.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/modules/everything/evry_history.c
b/src/modules/everything/evry_history.c
index 787572f..8761b81 100644
--- a/src/modules/everything/evry_history.c
+++ b/src/modules/everything/evry_history.c
@@ -195,9 +195,6 @@ evry_history_unload(void)
e_config_domain_save("module.everything.history", hist_edd, evry_hist);
- eina_hash_foreach(evry_hist->subjects, _hist_free_cb, NULL);
- eina_hash_foreach(evry_hist->actions, _hist_free_cb, NULL);
-
E_FREE(evry_hist);
evry_hist = NULL;
}
--
1.6.6.1
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel