mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 13:35:28 -05:00
Merge pull request #5870
83ca764 wallet_rpc_server: call deinit on exit (moneromooo-monero)
This commit is contained in:
commit
e753663d31
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ namespace tools
|
|||
if (m_wallet)
|
||||
{
|
||||
m_wallet->store();
|
||||
m_wallet->deinit();
|
||||
delete m_wallet;
|
||||
m_wallet = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue