Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > These paths should call rxgk_put(gk) but they don't. In the > rxgk_construct_response() function the "goto error;" will free the > "response" skb as well calling rxgk_put() so that's a bonus. > > Fixes: 9d1d2b59341f ("rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Acked-by: David Howells <dhowells@xxxxxxxxxx>