Module Name: src Committed By: knakahara Date: Thu Mar 9 09:57:36 UTC 2017
Modified Files: src/sys/net: if.c Log Message: ifp->if_transmit() must free mbuf even if error occurred. Add missing m_freem(m) to if_nulltransmit(). Below ifp->if_transmit() implementations are already added m_freem(m) properly. - wm(4) - ixg(4) - ixv(4) - pppoe(4) - gif(4) - l2tp(4) pointed out by ozaki-r@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.