Fix for missing unregistration of atspi objects 03/195203/3
authorRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Tue, 11 Dec 2018 12:44:19 +0000 (13:44 +0100)
committerLukasz Oleksak <l.oleksak@samsung.com>
Tue, 11 Dec 2018 15:00:48 +0000 (15:00 +0000)
commit92716c84b6c180149fc13657930afa1c8750a079
tree9ac60b4b9a84bb04c6aa891a283ea7cff5ed8524
parent1a3bd421de7fe0c142e6ee9baae018755e8d03d5
Fix for missing unregistration of atspi objects

Atspi objects weren't properly unregistered, when being destroyed. As a
result atspi query could come from screen-reader, which could cause
application to use object, that was already destroyed and crash an
application.

Change-Id: If50076b06816957df5707528b8147af6eb69c306
src/lib/elementary/efl_access_object.c
src/lib/elementary/efl_ui_widget.c
src/lib/elementary/elm_atspi_bridge.c