Add a checker whether ttse_terminate() is invoked or not 23/265323/2
authorsooyeon <sooyeon.kim@samsung.com>
Fri, 15 Oct 2021 11:19:45 +0000 (20:19 +0900)
committersooyeon <sooyeon.kim@samsung.com>
Fri, 15 Oct 2021 11:41:08 +0000 (20:41 +0900)
commitb756eb6bf1b88db22eb920331db2a909e3e680ad
tree9aed9d980e418b3d0b9e5dd08c94f95633a025b2
parentcc428e914d836a85648019a9b24286da4acca4e1
Add a checker whether ttse_terminate() is invoked or not

- When 'ttse_terminate' is invoked, 'ttsd_ipc_close_connection()', 'ttsd_network_finalize()', and ttsd_finalize()' are invoked repeatably.
To avoid this phenomenon, we remove them from 'ttsd_terminate()'.

Change-Id: Ia048cce5f884d4b3fa71f63258caf9e83e43f38d
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
server/ttsd_server.c
server/ttse.c