mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 21:15:04 +00:00
Make sure redefined free callback is actually used
This commit is contained in:
parent
c50de83c6b
commit
3fe5161190
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ void* memory_realloc(void* ptr, size_t bytes)
|
|||
static
|
||||
void memory_dealloc(void* ptr)
|
||||
{
|
||||
free(ptr);
|
||||
FAST_OBJ_FREE(ptr);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue