mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
remove unnecessary debugging code
This commit is contained in:
parent
bf55fad6d0
commit
645209dcbf
1 changed files with 0 additions and 3 deletions
3
malloc.c
3
malloc.c
|
@ -413,9 +413,6 @@ static inline void slab_free(void *p) {
|
|||
if (metadata->prev) {
|
||||
metadata->prev->next = metadata->next;
|
||||
} else {
|
||||
if (c->partial_slabs != metadata) {
|
||||
fatal_error("not good");
|
||||
}
|
||||
c->partial_slabs = metadata->next;
|
||||
}
|
||||
if (metadata->next) {
|
||||
|
|
Loading…
Add table
Reference in a new issue