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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338446

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 *