Commit 699de9c5f107e1ae127b9a9f5518d29f8864dfbe

Patrick Steinhardt 2019-08-27T10:36:17

iterator: remove duplicate memset When allocating new tree iterator frames, we zero out the allocated memory twice. Remove one of the `memset` calls.