Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code.

This commit is contained in:
Jack F Vogel 2008-04-03 00:25:09 +00:00
parent e9d8b9c383
commit 4809e4fa4d

View File

@ -3813,7 +3813,7 @@ igb_fixup_rx(struct rx_ring *rxr)
rxr->fmp = n;
} else {
adapter->dropped_pkts++;
m_freem(adapter->fmp);
m_freem(rxr->fmp);
rxr->fmp = NULL;
error = ENOMEM;
}