Fix double close issue 64/224364/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Mon, 10 Feb 2020 06:24:00 +0000 (15:24 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Mon, 10 Feb 2020 06:24:00 +0000 (15:24 +0900)
commita91d225301ce7b204bbd2bdf21b97b252dc27bf5
treee93f3df789bf92640254522375d79038ab68e155
parent56e3a397d889201c13c60296dd227c440c2d803c
Fix double close issue

fd passed to fdopendir is used internally by the implementation, and
should not otherwise be used by the application.

Change-Id: Ib8de3e9782f8e2455329acaecaeb43d2646c3a6d
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/pkg_getsize.c