Skip to content

Commit

Permalink
zwallet destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
riordant committed Jun 2, 2020
1 parent b9128f3 commit 0b00090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,8 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
{
delete pwalletdbEncryption;
pwalletdbEncryption = NULL;
delete zwallet;
zwallet = NULL;
}

void SetNull()
Expand Down

0 comments on commit 0b00090

Please sign in to comment.