Skip to content
Commit d062d405 authored by David Edmundson's avatar David Edmundson
Browse files

Handle backend being deleted during GetConfigOperation

GetConfigOperation stores a raw pointer to the backend in a property of
the QDBusPendingCallWatcher

BackendManager owns this backend and can delete it at will if it becomes
invalidated, leaving a dangling pointer in the watcher's property.

BUG: 347626
REVIEW: 123860
parent bd679ee7
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