Module Name: src Committed By: maxv Date: Mon Feb 12 15:38:14 UTC 2018
Modified Files: src/sys/net: if_gif.c if_pppoe.c Log Message: Use m_freem instead of m_free. Otherwise we're leaking the next mbufs in the chain. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/net/if_gif.c cvs rdiff -u -r1.133 -r1.134 src/sys/net/if_pppoe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.