mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
leak fix
This commit is contained in:
parent
f9263da3de
commit
7a209ba376
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ Account::Account(AbstractSslErrorHandler *sslErrorHandler, QObject *parent)
|
|||
|
||||
Account::~Account()
|
||||
{
|
||||
delete _credentials;
|
||||
delete _am;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue