mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 15:14:13 +02:00
add delete to client of decryptFile
This commit is contained in:
parent
c316e50f0f
commit
0f722992a5
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ void Wallet::getSecurityImage() {
|
|||
auto imageProvider = reinterpret_cast<ImageProvider*>(engine->imageProvider(ImageProvider::PROVIDER_NAME));
|
||||
imageProvider->setSecurityImage(_securityImage);
|
||||
|
||||
delete[] data;
|
||||
emit securityImageResult(true);
|
||||
} else {
|
||||
qCDebug(commerce) << "failed to decrypt security image (maybe none saved yet?)";
|
||||
|
|
Loading…
Reference in a new issue