mirror of
https://github.com/monero-project/monero.git
synced 2026-01-24 13:24:22 +01:00
wallet_rpc_server: call deinit on exit
This commit is contained in:
@@ -151,6 +151,7 @@ namespace tools
|
||||
if (m_wallet)
|
||||
{
|
||||
m_wallet->store();
|
||||
m_wallet->deinit();
|
||||
delete m_wallet;
|
||||
m_wallet = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user