Skip to content

stack: clear accessible parent when removing child

Christian Hergert requested to merge wip/chergert/fix-stack-page-leak into main

Without this, the GtkStackPage may not reach a reference count of zero and therefore will be leaked.

Fixes #5626 (closed)

/CC @ebassi for some confirmation this is right/okay regarding GtkAccessible.

Merge request reports