Add a missing free(3).
PR: bin/27001 Submitted by: alex <ml-freebsd-net@phobgate.de>, Matthew Emmerton <matt@gsicomp.on.ca>
This commit is contained in:
parent
58f11f683b
commit
3238ae5609
@ -460,6 +460,7 @@ search(u_long addr, void (*action)(struct sockaddr_dl *sdl,
|
||||
}
|
||||
(*action)(sdl, sin, rtm);
|
||||
}
|
||||
free(buf);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user