fix unprotect of guard pages

This commit is contained in:
daan 2020-05-02 10:51:10 -07:00
parent 37b43e4cea
commit b8846f7a27
3 changed files with 8 additions and 3 deletions

View file

@ -33,7 +33,7 @@ terms of the MIT license. A copy of the license can be found in the file
// #define MI_SECURE 4 // checks for double free. (may be more expensive)
#if !defined(MI_SECURE)
#define MI_SECURE 0
#define MI_SECURE 4
#endif
// Define MI_DEBUG for debug mode