Skip to content
Snippets Groups Projects

qt: use weak pointer for `QObject` members of `qt_intf_t`

Open Fatih Uzunoğlu requested to merge fuzun/vlc:qt/useqpointerinintf into master

Although the pointers were set to null after the objects are destroyed, if for another reason the objects were destroyed (or never constructed and the pointers were not initialized), using a weak pointer can prevent unintentionally dereferencing dangling pointers.

Close #29105.

Request review @chub.

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading