[telepathy-qt4/master] ClientRegistrar: Unregister clients on destructor.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue May 5 09:21:58 PDT 2009


---
 TelepathyQt4/client-registrar.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/client-registrar.cpp b/TelepathyQt4/client-registrar.cpp
index d8ea7da..4bc3b7b 100644
--- a/TelepathyQt4/client-registrar.cpp
+++ b/TelepathyQt4/client-registrar.cpp
@@ -351,6 +351,7 @@ ClientRegistrar::ClientRegistrar(const QDBusConnection &bus,
 
 ClientRegistrar::~ClientRegistrar()
 {
+    unregisterClients();
     delete mPriv;
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list