elm:[widget][atspi] check if the access info is NULL
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 13 Dec 2017 08:53:47 +0000 (14:23 +0530)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 13:30:52 +0000 (22:30 +0900)
commitaa596d5fba7e2439bec6e204a9442d47e2eaf86a
treedd369c618d3355cbcbad630ca2f595b2426c69d1
parentd220052e07a0352ee88f2d1e235763be276487d0
elm:[widget][atspi] check if the access info is NULL

The elm_access object is deleted in job callback. the
access information is removed before adding the job.
So the access information could be NULL.

@tizen_fix

orignal patch: c46157c9484129e6bf749850e0525fb87d3410d6

Change-Id: Ic04b5bc02c8eb1ae1b3d4cb32c771f48f03563bf
src/lib/elementary/elm_widget.c