Skip to content
Commit 2dc3a8e0 authored by Dave Jones's avatar Dave Jones Committed by John W. Linville
Browse files

brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.

Commit 1eb43018

 (brcmfmac: fix txglomming scatter-gather packet transfers)
added an allocation of an skb via brcmu_pkt_buf_get_skb() but forgot to
free it on one of the error paths.

Acked-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarDave <Jones&lt;davej@fedoraproject.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d5124648
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