e_client: Do not free 'comp_data' here 52/261552/2 submit/tizen/20210721.075325
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 21 Jul 2021 05:50:33 +0000 (14:50 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 21 Jul 2021 06:05:08 +0000 (15:05 +0900)
commit995e03f04cbea6a51133fe693abb12389c310d72
treebf0b6ee2f5e70fc6560b0d0e002cb33be52b3726
parent402c4f65dc55d22cf69142901342270f50d307bc
e_client: Do not free 'comp_data' here

The 'comp_data' gets deleted in e_comp_wl implementation creating the
'comp_data'. Thus, it's redundant to free the 'comp_data' in e_client
and it even gives confusion that the 'comp_data' is still alive at that
point when e_client tries to free the 'comp_data'.

Change-Id: I658c1fce58bca7e34ad612297935c862280c1d8a
src/bin/e_client.c