From 73ad0b6abf3fbf58b890a0aa46fa894d88a35621 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 3 Sep 2018 17:39:09 +0000 Subject: [PATCH] Use the correct malloc type in in_pcblbgroup_free(). Approved by: re (kib) Sponsored by: The FreeBSD Foundation --- sys/netinet/in_pcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 98838fa041a1..7a44e94633b9 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -244,7 +244,7 @@ in_pcblbgroup_free(struct inpcblbgroup *grp) { LIST_REMOVE(grp, il_list); - free(grp, M_TEMP); + free(grp, M_PCB); } static struct inpcblbgroup *