Skip to content
Commit 42f05b51 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

basejob: don't leave dangly pointers

when m_reply gets deleteLater()ed the pointer turns dangling. instead
weak point using a QPointer (seems better than manually setting =nullptr
twice).

also explicitly nullptr the d pointer to prevent limping along in
use-after-free scenarios
parent 29fdc874
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment