improve windows warning message

This commit is contained in:
daan 2019-10-28 12:26:57 -07:00
parent 25246070ae
commit 5dfdc092b5
2 changed files with 1 additions and 3 deletions

View file

@ -7,8 +7,6 @@
#include <mimalloc.h>
#include <new>
static void double_free();
static void* p = malloc(8);
void free_p() {