e_service_quickpanel: remove code not to free qp_clients list when quickpanel service... 03/245803/2 submit/tizen/20201016.045653
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 16 Oct 2020 02:13:28 +0000 (11:13 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 16 Oct 2020 02:29:37 +0000 (11:29 +0900)
commit80ca172ec01e2ee5048c7fb2a8ad930124f466ce
tree27a0be107bcb6003c021c1dffd9550d8fff30d73
parentb7263b5e9b041b9ed20f6eab770b5f42e476c997
e_service_quickpanel: remove code not to free qp_clients list when quickpanel service is destroyed

The quickpanel client didn't get state change events (such as visible state of quickpanel service)
after relauching the quickpanel service.
This was because qp_clients list was deleted when the quickpanel service is destroyed.

FYI, The qp_clients list can be deleted when the qp_client is destroyed.

Change-Id: I772e28c76330fff8045822627cc5e42f930a30eb
src/bin/services/e_service_quickpanel.c