enlightenment/src/modules/everything
Mike Blumenkrantz fcf3bf8a5c remove show callback from evry win on deletion
==22088== Invalid read of size 1
==22088==    at 0x2C9FE7B1: _evry_cb_show (evry.c:3046)
==22088==    by 0x5BE9918: _eo_evas_object_cb (evas_callbacks.c:65)
==22088==    by 0x69A16F4: _eo_base_event_callback_call (eo_base_class.c:715)
==22088==    by 0x69A3041: eo_event_callback_call (in /usr/lib/libeo.so.1.17.99)
==22088==    by 0x5BEA0B3: evas_object_event_callback_call (evas_callbacks.c:240)
==22088==    by 0x5C2577C: evas_object_inform_call_show (evas_object_inform.c:12)
==22088==    by 0x5C1ED24: _show (evas_object_main.c:1360)
==22088==    by 0x5C1EADA: _evas_object_efl_gfx_base_visible_set (evas_object_main.c:1313)
==22088==    by 0x575D80A: efl_gfx_visible_set (in /usr/lib/libefl.so.1.17.99)
==22088==    by 0x5C1EA58: evas_object_show (evas_object_main.c:1291)
==22088==    by 0x479FCF: _e_comp_intercept_show_helper (e_comp_object.c:1616)
==22088==    by 0x47A02A: _e_comp_intercept_show (e_comp_object.c:1630)
==22088==  Address 0x17621591 is 81 bytes inside a block of size 120 free'd
==22088==    at 0x4C2AE6B: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==22088==    by 0x2C9F95A8: _evry_window_free (evry.c:993)
==22088==    by 0x2C9F8065: evry_hide (evry.c:366)
==22088==    by 0x2C9FB9A2: _evry_cb_key_down (evry.c:1926)
==22088==    by 0x8F6ED4A: _ecore_call_handler_cb (ecore_private.h:316)
==22088==    by 0x8F6FC92: _ecore_event_call (ecore_events.c:518)
==22088==    by 0x8F7A15A: _ecore_main_loop_iterate_internal (ecore_main.c:2339)
==22088==    by 0x8F784A8: ecore_main_loop_begin (ecore_main.c:1284)
==22088==    by 0x4403F6: main (e_main.c:1087)
==22088==  Block was alloc'd at
==22088==    at 0x4C2BBD5: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==22088==    by 0x2C9F8D7D: _evry_window_new (evry.c:758)
==22088==    by 0x2C9F772D: evry_show (evry.c:177)
==22088==    by 0x2C9F711C: _e_mod_run_defer_cb (e_mod_main.c:537)
==22088==    by 0x8F75267: _ecore_call_task_cb (ecore_private.h:282)
==22088==    by 0x8F7574E: _ecore_idle_enterer_call (ecore_idle_enterer.c:174)
==22088==    by 0x8F7A05B: _ecore_main_loop_iterate_internal (ecore_main.c:2261)
==22088==    by 0x8F784A8: ecore_main_loop_begin (ecore_main.c:1284)
==22088==    by 0x4403F6: main (e_main.c:1087)
2016-03-09 14:25:16 -05:00
..
.gitignore Split .gitignore into multiple files 2013-06-11 18:19:12 -03:00
e-module-everything-start.edj everything: gadget icon and minor cleanups. 2011-11-13 00:07:35 +00:00
e-module-everything.edj * edje: fix count that lead to memleak. 2010-08-12 15:07:26 +00:00
e_mod_main.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_mod_main.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
everything.pc.in e: for consistancy's sake, use Enlightenment instead of E or E17 in all user-visible strings. 2012-06-24 09:33:06 +00:00
evry.c remove show callback from evry win on deletion 2016-03-09 14:25:16 -05:00
evry_api.h fix evry comparison macro to work as expected 2015-04-14 20:43:44 -04:00
evry_config.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
evry_gadget.c use gadget zone for evry gadget launcher 2015-07-29 17:21:00 -04:00
evry_history.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_plug_actions.c modules/everything: Last orrurance of missing parentheses 2014-09-05 14:40:49 +02:00
evry_plug_aggregator.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_plug_apps.c prune no_display desktops from evry apps plugin 2015-04-16 15:16:50 -04:00
evry_plug_calc.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_plug_clipboard.c everything: Actual return something in non wayland only-mode 2015-04-07 17:35:22 +02:00
evry_plug_collection.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_plug_files.c strcpy -> strncpy in evry files plugin 2016-02-29 10:43:02 -05:00
evry_plug_settings.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_plug_text.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_plug_windows.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_plugin.c everything: fix warnings uninitialized and extraneous parentheses 2014-05-07 11:44:32 +02:00
evry_types.h e_box -> elm_box conversion 2015-01-01 17:45:34 -05:00
evry_util.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_view.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_view_help.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
evry_view_tabs.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
md5.c md5: fix wrong sizeof argument (SIZEOF_MISMATCH) 2015-10-01 16:20:23 -04:00
md5.h added utility function for md5 sum 2010-05-08 15:24:07 +00:00
module.desktop.in Updating desktop files, eo.po and fr.po 2014-09-11 21:14:58 +02:00