mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
slirp: Replace m_freem with m_free
Remove this pointless wrapping. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
5a82362ad0
commit
3acccfc67d
7 changed files with 16 additions and 19 deletions
|
@ -222,7 +222,7 @@ udp_input(register struct mbuf *m, int iphlen)
|
|||
|
||||
return;
|
||||
bad:
|
||||
m_freem(m);
|
||||
m_free(m);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue