Skip to content

settings: Handle calls to obex_agent_down during init

The function obex_agent_down (and consequently obex_agent_dispose) can be called while we are still waiting for the bus to be acquired. Add if-guards to ensure that we do try to reference invalid memory and/or handlers.

Closes: gnome-control-center#425 (closed)

Edited by Andrea Azzarone

Merge request reports