Skip to content

Commit

Permalink
Merge pull request #549 from jmjatlanta/jmj_mem_cleanup_mac
Browse files Browse the repository at this point in the history
Clean up memory on shutdown
  • Loading branch information
ca333 authored Jul 6, 2022
2 parents 0634e20 + 60035ca commit 91ea37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ void Shutdown()
pcoinsdbview = NULL;
delete pblocktree;
pblocktree = NULL;
delete pnotarisations;
pnotarisations = nullptr;
}
#ifdef ENABLE_WALLET
if (pwalletMain)
Expand Down

0 comments on commit 91ea37b

Please sign in to comment.