Skip to content

tab: fix use after free in close_idle_cb()

Michael Catanzaro requested to merge mcatanzaro/#906 into main

The callback here doesn't have any ref on the AdwTab, so cannot safely use it.

Fixes #906 (closed)

Merge request reports