Skip to content
Commit 6f97532e authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

fm10k: fix memory leak



This was detected by Coverity.
The function skb_cow_head leaves skb alone on failure, so caller needs
to free.

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 945fae44
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment