Skip to content
Commit d4f62b44 authored by Matthias Clasen's avatar Matthias Clasen
Browse files

a11y: Fix ref counting in tree views

GtkContainerCellAccessible wasn't unsetting accessible
parents. Fix that.

By itself, this doesn't help for freeing a memory leak,
since AtkObject keeps a ref on its parent, so we never
free the GtkContainerCellAccessible as long as it has children.
parent 6d6d76ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment