discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bad0d9dbd677087895cf09ca4108f4c7c28fc621
commit bad0d9dbd677087895cf09ca4108f4c7c28fc621 Author: Mike Blumenkrantz <[email protected]> Date: Wed Jul 12 12:00:52 2017 -0400 efl-wl: return if pipe reading fails in x11 bridge CID 1377526, 1377534 --- src/lib/efl_wl/x11.x | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/efl_wl/x11.x b/src/lib/efl_wl/x11.x index f33bdcedc6..4538e7e24d 100644 --- a/src/lib/efl_wl/x11.x +++ b/src/lib/efl_wl/x11.x @@ -254,6 +254,7 @@ x11_pipe_read(void *data, Ecore_Fd_Handler *fdh) free(buf); _incr_update(p, 0); eina_hash_del_by_key(pipes, &p->win); + return ECORE_CALLBACK_RENEW; } if (len == INCR_CHUNK_SIZE) { --
