This commit is contained in:
Olivier Goffart 2014-05-26 12:07:00 +02:00
parent f9263da3de
commit 7a209ba376

View file

@ -77,6 +77,7 @@ Account::Account(AbstractSslErrorHandler *sslErrorHandler, QObject *parent)
Account::~Account() Account::~Account()
{ {
delete _credentials;
delete _am; delete _am;
} }