mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
Whoops
This commit is contained in:
parent
7407507f0b
commit
60aff7a224
1 changed files with 4 additions and 1 deletions
|
@ -360,13 +360,16 @@ void Wallet::clear() {
|
|||
// tell the provider we got nothing
|
||||
updateImageProvider();
|
||||
_passphrase->clear();
|
||||
delete _passphrase;
|
||||
}
|
||||
|
||||
Wallet::~Wallet() {
|
||||
if (_securityImage) {
|
||||
delete _securityImage;
|
||||
}
|
||||
|
||||
if (_passphrase) {
|
||||
delete _passphrase;
|
||||
}
|
||||
}
|
||||
|
||||
bool Wallet::setPassphrase(const QString& passphrase) {
|
||||
|
|
Loading…
Reference in a new issue