mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-20 20:54:38 -04:00
some cppcheck and clang-tidy fixies
This commit is contained in:
parent
ac7face247
commit
98badfb4a2
9 changed files with 16 additions and 14 deletions
|
@ -341,6 +341,8 @@ OpVaultReader::decodeB64CompositeKeys(const QString& b64, const QByteArray& encK
|
|||
result->errorStr = tr("Unable to decode masterKey: %1").arg(keyKey01.errorString());
|
||||
return result;
|
||||
}
|
||||
delete result;
|
||||
|
||||
const QByteArray keyKey = keyKey01.getClearText();
|
||||
|
||||
return decodeCompositeKeys(keyKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue