Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix arena allocation size in NewEmptyInternalIterator (#4905)
Summary: NewEmptyInternalIterator with arena mistakenly used EmptyIterator to allocate the size from area but then initialized it to a totally different object: EmptyInternalIterator. The patch fixes that. Pull Request resolved: #4905 Differential Revision: D14689840 Pulled By: maysamyabandeh fbshipit-source-id: af64fd8ee93d5a4ad54691c792e5ecc5efabc887
- Loading branch information