mirror of
https://github.com/nothings/stb.git
synced 2026-01-02 02:52:30 +00:00
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user