Use the correct malloc type in in_pcblbgroup_free().

Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2018-09-03 17:39:09 +00:00
parent 888c8381ad
commit 73ad0b6abf

View File

@ -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 *