Skip to content

Fix leaks of GtkAccessible and GtkATContext

Elliott Sales de Andrade requested to merge QuLogic/gtk:accessible-leaks into main

These variables are all assigned from function calls that are transfer full, so they need an unref.

Merge request reports