efl - edje_cc - fix double close of embryo script fd's to tmp files
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 21 Sep 2015 07:50:17 +0000 (16:50 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 21 Sep 2015 07:50:17 +0000 (16:50 +0900)
commit76c854433fce9c15ae1cbc872e78a916135c694f
treea3342747221ea419a5618de339942a05520d1533
parent31b07f94b747cb10ab71d87381e363028f6512a4
efl - edje_cc - fix double close of embryo script fd's to tmp files

@fix

thanks to 김낙경 <nakkyong.kim@samsung.com> for pointing this out.
indeed fclose() closes the fd adopted by fdopen(). it doesn't dup it.
so we double-closed. it seems this never caused an issue until now.
this should fix it.
src/bin/edje/edje_cc_out.c