mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
wallet_rpc_server: call deinit on exit
This commit is contained in:
parent
85014813cf
commit
83ca76435b
@ -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