diff options
author | Olli Salli <ollisal@gmail.com> | 2010-11-30 21:24:36 +0200 |
---|---|---|
committer | Olli Salli <ollisal@gmail.com> | 2010-11-30 21:24:36 +0200 |
commit | b3bf77b7b0e765685b8eb290a309757cc1c8ac09 (patch) | |
tree | 41369f49dd7bd18823ef90f1fa8f7e4176d27982 /qt4/TelepathyQt4/account-set.cpp | |
parent | a3a78a4f896679c0bbaf9e6895345607ff58a667 (diff) |
Don't leak AccountSet's Private struct
Diffstat (limited to 'qt4/TelepathyQt4/account-set.cpp')
-rw-r--r-- | qt4/TelepathyQt4/account-set.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt4/TelepathyQt4/account-set.cpp b/qt4/TelepathyQt4/account-set.cpp index 32858d209..bdb2a07a3 100644 --- a/qt4/TelepathyQt4/account-set.cpp +++ b/qt4/TelepathyQt4/account-set.cpp @@ -342,6 +342,7 @@ AccountSet::AccountSet(const AccountManagerPtr &accountManager, */ AccountSet::~AccountSet() { + delete mPriv; } /** |