[Telepathy-commits] [telepathy-qt4/master] Delete baseInterface on ConnectionManager::Private destructor.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Thu Jan 8 12:57:20 PST 2009
---
TelepathyQt4/Client/connection-manager.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt4/Client/connection-manager.cpp b/TelepathyQt4/Client/connection-manager.cpp
index 33281f9..0beaa98 100644
--- a/TelepathyQt4/Client/connection-manager.cpp
+++ b/TelepathyQt4/Client/connection-manager.cpp
@@ -303,6 +303,7 @@ ConnectionManager::Private::~Private()
Q_FOREACH (ProtocolInfo *info, protocols) {
delete info;
}
+ delete baseInterface;
}
QString ConnectionManager::Private::makeBusName(const QString &name)
--
1.5.6.5
More information about the Telepathy-commits
mailing list