[Telepathy-commits] [telepathy-qt4/master] Delete baseInterface on AccountManager::Private destructor.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Thu Jan 8 12:56:38 PST 2009


---
 TelepathyQt4/Client/account-manager.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/Client/account-manager.cpp b/TelepathyQt4/Client/account-manager.cpp
index 89aaa2b..1d16c2d 100644
--- a/TelepathyQt4/Client/account-manager.cpp
+++ b/TelepathyQt4/Client/account-manager.cpp
@@ -89,6 +89,7 @@ AccountManager::Private::Private(AccountManager *parent)
 
 AccountManager::Private::~Private()
 {
+    delete baseInterface;
 }
 
 void AccountManager::Private::callGetAll()
-- 
1.5.6.5




More information about the Telepathy-commits mailing list