Fix MapAllocator::destroy() bug.
destroy() should always call the destructor because the caller may rely on the destructor to do clean-ups.
Loading
Please sign in to comment
destroy() should always call the destructor because the caller may rely on the destructor to do clean-ups.