Skip to content
Snippets Groups Projects

Fix dangling pointer after scrolled_container destruction.

Merged Antenore Gatta (tmow) requested to merge issue/2734-flatpak-crash into master

After the cnnobj->scrolled_container is automatically destroyed by GTK bacause of a parent desctruction, the cnnobj->scrolled_container pointer can be still point to the old destroyed widget. This fix allows automatic nullifying of cnnobj->scrolled_container pointer when the widget is destroyed.

Fixes #2734 (closed) Related to MR !2391 (merged)

/cc @PHWR FYI

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading