Skip to content
GitLab
Explore
Sign in
tab: fix use after free in close_idle_cb()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Michael Catanzaro
requested to merge
mcatanzaro/#906
into
main
Jul 15, 2024
Overview
6
Commits
1
Pipelines
3
Changes
2
Expand
The callback here doesn't have any ref on the AdwTab, so cannot safely use it.
Fixes
#906 (closed)
Merge request reports