small fix that speeds up destruction of AvahiClient objects. We will now simply termi...
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2006 21:20:42 +0000 (21:20 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2006 21:20:42 +0000 (21:20 +0000)
commit1463c6f70a4755ddbf447c00aacb78c66852424e
tree60cad4106307dde3ae1a7f02031937062f19c054
parent01a71ceb27a06747075c320613184d729167980a
small fix that speeds up destruction of AvahiClient objects. We will now simply terminate the DBUS connection before freeing local objects. This way the number of server calls is decreased. The server will clean up the client objects anyway if the connection is closed, hence there is no need to do that manually from the client side.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1090 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
avahi-client/client.c