GNOME Bugzilla – Bug 647987
drop the unique name on unregister
Last modified: 2011-11-19 21:24:51 UTC
When a GApplication unregisters (ie: due to the last reference dropping) we should probably release the bus name. We don't do that now, assuming pretty much that either: - GApplication holds the last ref on GDBus session bus so we'll disconnect ourselves by unregistering. - the app will exit very soon anyway.
I agree, dropping the name is obviously right.
Created attachment 201644 [details] [review] GApplication: unregister bus name
The following fix has been pushed: d920cb6 GApplication: unregister bus name
Created attachment 201717 [details] [review] GApplication: unregister bus name