-
rjl493456442 authored
* trie: fix memory leak in trie iterator In the trie iterator, live nodes are tracked in a stack while iterating. Popped node states should be explictly set to nil in order to get garbage-collected. * trie: fix empty trie iterator
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
committer.go | Loading commit data... | |
database.go | ||
database_test.go | ||
encoding.go | ||
encoding_test.go | ||
errors.go | ||
hasher.go | ||
iterator.go | ||
iterator_test.go | ||
node.go | ||
node_enc.go | ||
node_test.go | ||
proof.go | ||
proof_test.go | ||
secure_trie.go | ||
secure_trie_test.go | ||
stacktrie.go | ||
stacktrie_test.go | ||
sync.go | ||
sync_test.go | ||
trie.go | ||
trie_test.go |