So far, the tree would leak its internals instead of freeing them properly. This patch ensures that the tree will cleanup after itself properly.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGecf8559941a9: [Radix] Have the radix tree cleanup after itself
rABCecf8559941a9: [Radix] Have the radix tree cleanup after itself
../configure --with-sanitizers=address make src/test/test_bitcoin ./src/test/test_bitcoin -t radix_tests
Checks that there are no more leaks.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- radixfreenode
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4758 Build 7579: Bitcoin ABC Buildbot (legacy) Build 7578: arc lint + arc unit
Event Timeline
Comment Actions
Looks like same build failure as before. Not sure why this change would re-introduce it though.