[AT-SPI] Use WeakHandle<Actor> in Accessible objects 38/256538/3
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 6 Apr 2021 09:03:39 +0000 (11:03 +0200)
committerArtur Świgoń <a.swigon@samsung.com>
Wed, 7 Apr 2021 07:53:43 +0000 (09:53 +0200)
This breaks a strong reference cycle between Control::Impl, Actor, and
AccessibleImpl. AccessibleImpl objects are stored as a std::unique_ptr
in Control::Impl, so they do not need a strong actor handle.

Change-Id: Iadf366dde0fe9cf1ca41128b027bc8add0717b39


No differences found