ecore_con: Make sure the proxy helper is valid
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 18 Dec 2017 03:25:59 +0000 (12:25 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 10 Jan 2018 11:08:13 +0000 (20:08 +0900)
commit5d8ca8f6d21dec36d622a9da90ea7d6eebb5bbe5
tree2b2c4ab92a50c37bfc32a4c1500fa726ac2a6b3b
parentfdf2f9172aa7b40915f4686466c67f8d080414f3
ecore_con: Make sure the proxy helper is valid

If the http proxy helper gets deleted at shutdown rather than because
the process actually exited, the object pointer becomes invalid. This
patch tries to avoid a situation where the object is not valid.
src/lib/ecore_con/ecore_con_proxy_helper.c