mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
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
0272404f73
commit
ae14be2007
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76216
@ -460,6 +460,7 @@ search(u_long addr, void (*action)(struct sockaddr_dl *sdl,
|
||||
}
|
||||
(*action)(sdl, sin, rtm);
|
||||
}
|
||||
free(buf);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user