mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01: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)
|
if (m_wallet)
|
||||||
{
|
{
|
||||||
m_wallet->store();
|
m_wallet->store();
|
||||||
|
m_wallet->deinit();
|
||||||
delete m_wallet;
|
delete m_wallet;
|
||||||
m_wallet = NULL;
|
m_wallet = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user