Skip to content
Commit e6827d1a authored by Navid Emamdoost's avatar Navid Emamdoost Committed by David S. Miller
Browse files

cxgb4: add missing release on skb in uld_send()



In the implementation of uld_send(), the skb is consumed on all
execution paths except one. Release skb when returning NET_XMIT_DROP.

Signed-off-by: default avatarNavid Emamdoost <navid.emamdoost@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 901f3cc1
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