iterator: remove duplicate memset
When allocating new tree iterator frames, we zero out the allocated memory twice. Remove one of the `memset` calls.
Showing
Please
register
or
sign in
to comment
When allocating new tree iterator frames, we zero out the allocated memory twice. Remove one of the `memset` calls.