mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:17:40 +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
|
// tell the provider we got nothing
|
||||||
updateImageProvider();
|
updateImageProvider();
|
||||||
_passphrase->clear();
|
_passphrase->clear();
|
||||||
delete _passphrase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Wallet::~Wallet() {
|
Wallet::~Wallet() {
|
||||||
if (_securityImage) {
|
if (_securityImage) {
|
||||||
delete _securityImage;
|
delete _securityImage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_passphrase) {
|
||||||
|
delete _passphrase;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Wallet::setPassphrase(const QString& passphrase) {
|
bool Wallet::setPassphrase(const QString& passphrase) {
|
||||||
|
|
Loading…
Reference in a new issue