elm_config: Null-check _elm_atspi_bridge_get() 64/283064/2 accepted/tizen/unified/20221102.020528
authorArtur Świgoń <a.swigon@samsung.com>
Mon, 17 Oct 2022 10:56:08 +0000 (12:56 +0200)
committerLukasz Oleksak <l.oleksak@samsung.com>
Thu, 27 Oct 2022 10:43:10 +0000 (10:43 +0000)
commite379e63fd5489aace38e0d16d392a3b0545f7773
treee726570ada10447441a7c7633f9ff383695fd4e9
parentf6a0ae9ae9c78fc640607696129ee82553b564d2
elm_config: Null-check _elm_atspi_bridge_get()

Usually the return value of _elm_atspi_bridge_get() is immediately
null-checked, including before elm_obj_atspi_bridge_connected_get(),
and so should be the case here in _elm_config_atspi_mode_set().

@tizen_only

Change-Id: Ia6c8a542e4c8115aefc041d03290aeaf4f63c3ee
src/lib/elementary/elm_config.c