mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #5870
83ca764
wallet_rpc_server: call deinit on exit (moneromooo-monero)
This commit is contained in:
commit
e753663d31
@ -151,6 +151,7 @@ namespace tools
|
||||
if (m_wallet)
|
||||
{
|
||||
m_wallet->store();
|
||||
m_wallet->deinit();
|
||||
delete m_wallet;
|
||||
m_wallet = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user