GNOME Bugzilla – Bug 374744
Don't use the dbus connection proxy after disconnect.
Last modified: 2006-11-16 12:55:24 UTC
After receiving the disconnect status change event it's no longer allowed to use the connection dbus proxy. Attached patch unrefs the proxy and set it's variable to NULL after disconnect is received. It also adds some checks to see if the proxy is valid before using it.
Created attachment 76494 [details] [review] Proposed patch
committed, thanks.