iterator.c
58.3 KB
-
iterator: remove duplicate memset · 699de9c5
When allocating new tree iterator frames, we zero out the allocated memory twice. Remove one of the `memset` calls.
Patrick Steinhardt committed
When allocating new tree iterator frames, we zero out the allocated memory twice. Remove one of the `memset` calls.