rjl493456442
fb2ae8e995
trie: fix two issues in trie iterator ( #24539 )
...
* 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
2022-03-15 10:23:37 +01:00
..
2022-03-09 14:45:17 +01:00
2019-04-05 13:09:28 +03:00
2022-03-09 14:45:17 +01:00
2020-09-29 17:38:13 +02:00
2020-09-29 17:38:13 +02:00
2017-06-20 18:26:09 +02:00
2022-03-09 14:45:17 +01:00
2022-03-15 10:23:37 +01:00
2022-03-15 10:23:37 +01:00
2022-03-09 14:45:17 +01:00
2020-01-07 10:31:20 +01:00
2022-03-09 14:45:17 +01:00
2022-01-21 14:35:30 +01:00
2022-03-09 14:45:17 +01:00
2019-03-14 15:25:12 +02:00
2021-09-28 10:48:07 +02:00
2021-11-22 08:49:18 +01:00
2022-03-09 14:45:17 +01:00
2021-12-03 12:32:41 +02:00
2022-01-06 11:30:11 +02:00
2022-03-10 09:35:22 +01:00
2022-02-15 16:12:17 +08:00