Skip to content

a11y: Clear the GtkATContext in a single step

Emmanuele Bassi requested to merge ebassi/stack-at-context into main

There's no need to unrealize the GtkATContext inside dispose() and then drop its reference inside finalize().

Merge request reports