Missed some code that is ifdef STRICT_ALIGN :(

This commit is contained in:
jfv 2008-03-01 03:25:33 +00:00
parent f0a649de8d
commit a343e3dc53

View File

@ -3791,7 +3791,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;
}