Igalia / acacia

Library for inspecting accessibility APIs
https://igalia.github.io/acacia
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Make AtspiHyperlinkInterface use a raw pointer #205

Closed alice closed 5 months ago

alice commented 5 months ago

The issue ended up being that the default move constructor was doing the right thing with the unique_ptr, but with a raw pointer we need to null out the moved pointer ourselves.

spectranaut commented 5 months ago

made irrelevant by: https://github.com/Igalia/acacia/pull/210