Use the correct malloc type in in_pcblbgroup_free().
Approved by: re (kib) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
888c8381ad
commit
73ad0b6abf
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user