No need to have both unref and close, only creates ambiguity.

SVN revision: 32859
This commit is contained in:
Sebastian Dransfeld 2007-11-24 13:22:03 +00:00
parent 5d0dfc3e0f
commit 82060a3ead
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ main(int argc, char **argv)
}
#ifdef HAVE_EDBUS
e_dbus_connection_unref(_e_dbus_conn);
e_dbus_connection_close(_e_dbus_conn);
e_dbus_shutdown();
_e_storage_volume_edd_shutdown();
#endif