Skip to content
Commit 90cd5a0d authored by Bastien Nocera's avatar Bastien Nocera
Browse files

sharing: Fix crash on exit

When finalising the sharing manager, we destroyed the services
hashtable, but service_free() passed NULL as the manager, making it
impossible to really stop the service. As _stop() was already called, we
shouldn't need to stop the service, or crash.

https://bugzilla.gnome.org/show_bug.cgi?id=772587
parent df594f43
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