mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5870
83ca764
wallet_rpc_server: call deinit on exit (moneromooo-monero)
This commit is contained in:
commit
e753663d31
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ namespace tools
|
|||
if (m_wallet)
|
||||
{
|
||||
m_wallet->store();
|
||||
m_wallet->deinit();
|
||||
delete m_wallet;
|
||||
m_wallet = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue