Fix issue close file descriptor again that has been already closed. 06/223506/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 30 Jan 2020 10:05:32 +0000 (19:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 30 Jan 2020 10:12:04 +0000 (19:12 +0900)
commitf21070e4d14c981ff4743975ca3eeb154c490313
tree91cb46ba4c1e68a15e6bb7c91ca28f34bd96f435
parentae4e4912c2c44d2242303c902c765a1648a7ed91
Fix issue close file descriptor again that has been already closed.

Handler 'fd' is passed to a function at ecore_socket_panel_agent_module.cpp:1804
by calling function 'close' after the handler is closed again at
ecore_socket_panel_agent_module.cpp:1742 by passing as 1st parameter to function
'scim::EcoreSocketPanelAgent::filter_exception_event'
at ecore_socket_panel_agent_module.cpp:1803.

Change-Id: If8af3659a2c05c7f8691b41b0674e32f2573e48a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/modules/panelagent/ecoresocket/ecore_socket_panel_agent_module.cpp