GDBusProxy: Check if connection is NULL before unreffing
authorOlivier Crête <olivier.crete@collabora.co.uk>
Mon, 14 Mar 2011 18:54:46 +0000 (14:54 -0400)
committerOlivier Crête <olivier.crete@collabora.co.uk>
Mon, 14 Mar 2011 19:49:02 +0000 (15:49 -0400)
commitc95ff4de046d583fe2e8189522214069b708d32f
treee5ca157f07e9f09ee5f74333f65494ac20cec599
parent789b341eff1553232b61b2e3ce3c4c918bf661e3
GDBusProxy: Check if connection is NULL before unreffing

If no connection can be established with the bus, it is possible that
the GDBusPRoxy will be finalized without having a connection object.
gio/gdbusproxy.c