SUNRPC: Fix a memory leak in gss_create()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 9 Jun 2007 19:42:01 +0000 (15:42 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:33 +0000 (23:40 -0400)
commit07a2bf1da4765d987ffd1d8045e92ba032e0ad78
treeaae0eca6d85c75f6a5fb8ac538f1f8e58c7088e2
parent5c9cfc828ae34e19dabbdb9f2861b8c920454047
SUNRPC: Fix a memory leak in gss_create()

Fix a memory leak in gss_create() whereby the rpc credcache was not being
freed if the rpc_mkpipe() call failed.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c