efl thread - use pipe array names consistently to avoid err handling bug
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 10 Aug 2019 22:17:39 +0000 (23:17 +0100)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 12 Aug 2019 07:35:55 +0000 (16:35 +0900)
commit0b52f48ccd097b39715e23a4dbb9718786237575
tree736e474a36d46afad958435b89bcf56825b2485f
parentcb371398b5b04b1a2da87e7b8e8b0a811f37cd75
efl thread - use pipe array names consistently to avoid err handling bug

in the case pipes fail to create we'll close the wrong ones... this
fixes that. it also happens because i didn't use names consistently.
now it does so it's easier to keep right.

thanks coverity.

fix CID 1396994
src/lib/ecore/efl_thread.c