Skip to content

a11y: Fix some GtkATContext reference leaks

Barnabás Pőcze requested to merge pobrn/gtk:fix_atcontext_refleaks into main
`gtk_accessible_get_at_context()` is transfer-full, so the returned
reference needs to be dropped. This was missing in a couple places.

Merge request reports