discomfitor pushed a commit to branch enlightenment-0.18.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=16969f24dc3c029f96b0e408b2e26f60e8327f4c

commit 16969f24dc3c029f96b0e408b2e26f60e8327f4c
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Dec 23 14:01:17 2013 -0500

    bugfix: delete mixer's pulse exe handler after it's started so desklock 
doesn't break
---
 src/modules/mixer/sys_pulse.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/mixer/sys_pulse.c b/src/modules/mixer/sys_pulse.c
index b874d39..2b050c4 100644
--- a/src/modules/mixer/sys_pulse.c
+++ b/src/modules/mixer/sys_pulse.c
@@ -36,6 +36,7 @@ _pulse_started(void *data EINA_UNUSED, int type EINA_UNUSED, 
Ecore_Exe_Event_Add
      update_timer = ecore_timer_add(2.0, _pulse_start, NULL);
    pa_started = EINA_TRUE;
    pulse_inst = NULL;
+   E_FREE_LIST(handlers, ecore_event_handler_del);
    return ECORE_CALLBACK_DONE;
 }
 

-- 


Reply via email to