ecore exe - remove useless fd closing before _exit()
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 11 Dec 2019 15:27:26 +0000 (15:27 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 11 Dec 2019 21:23:45 +0000 (06:23 +0900)
commitadba12132a62f8413e55d5b7323af7b50695281f
tree617355faf19e454a16e62244614f68cbc5d85930
parent5ade55c72b9c628cadf8f214e099776c68426a40
ecore exe - remove useless fd closing before _exit()

we call _exit() right after closing some fd's - don't bother. they
might already be closed anyway and they will all be closed at exit
either way...
src/lib/ecore/ecore_exe_posix.c