Fix issue close file descriptor again that has been already closed. 11/223511/1
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:30:03 +0000 (19:30 +0900)
commitd7fc9f056cad5376ae0f1d8867db7def7e661e8d
tree8825ecb6d81b04072f2f02aca75380d6c16a12a5
parent4a64c4efbe7293714068035e588faceb32fd5d20
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