e_comp_wl_shell: Do not reference 'ec' if e_object_unref() returns '0'. 93/200193/3
authorSeunghun <shiin.lee@samsung.com>
Wed, 20 Feb 2019 02:10:11 +0000 (11:10 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 7 Mar 2019 01:42:39 +0000 (01:42 +0000)
commit595b9a4f5a2cb5129c9227b63ba61ee7f38234c9
tree9bccb1d314dbb1a3cfc49dcc0e060210c0f2eafe
parent7674b53db149c75ce2c801694a521bbfef7538e8
e_comp_wl_shell: Do not reference 'ec' if e_object_unref() returns '0'.

The instance of E_Client is supposed to be freed if e_object_unref()
returns '0'. Hense, processing cannot access 'ec' in that case.

Change-Id: I842512455a8fac831363bba4a62f10bf43f271fa
src/bin/e_comp_wl_shell.c