mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
wallet_rpc_server: call deinit on exit
This commit is contained in:
parent
85014813cf
commit
83ca76435b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue