CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/02/11 05:16:30
Modified files:
sys/netinet : ip_input.c
Log message:
In ip_forward() free the mbuf chain mcopy with m_freem() instead
of m_free(). The was no leak before as m_copym() and m_pullup()
are always called with the same length. But it is better to use
the correct function anyway.
ok henning@ mpf@ markus@
