diff options
-rw-r--r-- | sys/kern/kern_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index d22f775..691c86c 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -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 |