Skip to content

Fix a leak of cell accessibles

Matthias Clasen requested to merge fix-cell-accessible-leak into gtk-3-24

gtk_container_cell_accessible_add_child is transfer none, so we need to drop the reference we hold, otherwise it leaks.

Merge request reports