Fix typo.
Reviewed by: rwatson, sam
This commit is contained in:
parent
c016761c5e
commit
8c61b21927
@ -616,7 +616,7 @@ malloc_uninit(void *data)
|
||||
} else
|
||||
kmemstatistics = mtp->ks_next;
|
||||
mtx_unlock(&malloc_mtx);
|
||||
uma_zfree(mt_zone, mtp);
|
||||
uma_zfree(mt_zone, mtip);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user