Fixed STB_LEAKCHECK_SHOWALL

5a5cf7f9ba derped
This commit is contained in:
Clownacy 2018-11-02 00:13:40 +00:00
parent 359bb10d3c
commit 3e6370720e

View File

@ -58,8 +58,8 @@ void stb_leakcheck_free(void *ptr)
mi->prev->next = mi->next;
if (mi->next)
mi->next->prev = mi->prev;
#endif
free(mi);
#endif
}
}