Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sized delete of nullptr (microsoft#181)
* Fix sized delete of nullptr The core snmalloc code assumes if you know the size, then it is not nullptr. However, the C++ delete operator can be called with nullptr. This change checks for that case.
- Loading branch information