forked from cerc-io/plugeth
c1d5a012ea
This change fixes a memory leak, when running either state-tests or blockchain-tests, we allocate a `1MB` fastcache during snapshot generation. `fastcache` is a bit special, and requires a `Reset()` (it has it's own memory allocator). The `1MB` was hidden [here](https://github.com/ethereum/go-ethereum/blob/master/tests/state_test_util.go#L333) and [here](https://github.com/ethereum/go-ethereum/blob/master/tests/block_test_util.go#L146) respectively. |
||
---|---|---|
.. | ||
bot | ||
deb/ethereum | ||
tools | ||
checksums.txt | ||
ci-notes.md | ||
ci.go | ||
goimports.sh | ||
nsis.envvarupdate.nsh | ||
nsis.geth.nsi | ||
nsis.install.nsh | ||
nsis.pathupdate.nsh | ||
nsis.simplefc.dll | ||
nsis.simplefc.source.zip | ||
nsis.uninstall.nsh | ||
travis_keepalive.sh | ||
update-license.go |