PERFORCE change 86097 for review

Sam Leffler sam at FreeBSD.org
Sun Oct 30 20:56:13 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=86097

Change 86097 by sam at sam_ebb on 2005/10/31 04:56:04

	plug mbuf leak when sending frags

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#109 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_ath.c#109 (text+ko) ====

@@ -1593,6 +1593,7 @@
 				DPRINTF(sc, ATH_DEBUG_XMIT,
 				    "%s: out of txfrag buffers\n", __func__);
 				ic->ic_stats.is_tx_nobuf++;	/* XXX */
+				ath_freetx(m);
 				goto bad;
 			}
 		} else {


More information about the p4-projects mailing list