Skip to content
Commit 440f2ae9 authored by Martin Faltesek's avatar Martin Faltesek Committed by Jakub Kicinski
Browse files

nfc: st-nci: fix memory leaks in EVT_TRANSACTION



Error path does not free previously allocated memory. Add devm_kfree() to
the failure path.

Reported-by: default avatarDenis Efremov <denis.e.efremov@oracle.com>
Reviewed-by: default avatarGuenter Roeck <groeck@google.com>
Fixes: 5d1ceb7f

 ("NFC: st21nfcb: Add HCI transaction event support")
Signed-off-by: default avatarMartin Faltesek <mfaltesek@google.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent c60c1522
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