efl-wl: return if pipe reading fails in x11 bridge

CID 1377526, 1377534
This commit is contained in:
Mike Blumenkrantz 2017-07-12 12:00:52 -04:00
parent 7c80d82f25
commit bad0d9dbd6
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{