mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 04:21:08 +00:00
When freeing a mapped allocation, call UTRACE_FREE() again for the metadata.
This commit is contained in:
parent
d8f6837026
commit
d4626dbd70
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ free(void *p)
|
|||
if (m == mappings)
|
||||
mappings = m->next;
|
||||
/* fall through and free metadata */
|
||||
p = m;
|
||||
UTRACE_FREE(p = m);
|
||||
++nmapfree;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue