mirror of
https://github.com/nothings/stb
synced 2024-12-15 12:22:55 +03:00
parent
359bb10d3c
commit
3e6370720e
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user