ecore_pipe: Fix potential double close
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 31 Jul 2015 07:58:19 +0000 (16:58 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 3 Aug 2015 03:27:21 +0000 (12:27 +0900)
commit868d0fb2e8a8392f3e5593ac1e24bc840affb3d2
tree5f874012487c654e01ea46bdc16f93c0fd2a5fca
parent7bfecbdaf2a9cf4ebc73fc35d459ab549bd56313
ecore_pipe: Fix potential double close

p->fd_read can be closed in _ecore_pipe_read (from a previous loop)

CID 1267459
src/lib/ecore/ecore_pipe.c