mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
d851956544
In our test device, we're currently freeing skbs in the transmit path
with kfree(), rather than kfree_skb(). This change uses the correct
kfree_skb() instead.
Fixes:
|
||
---|---|---|
.. | ||
route-test.c | ||
utils.c | ||
utils.h |