SUNRPC: Fix a potential memory leak in rpc_new_client
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 5 Apr 2013 18:13:21 +0000 (14:13 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 5 Apr 2013 21:02:14 +0000 (17:02 -0400)
commitf05c124a70a4953a66acbd6d6c601ea1eb5d0fa7
tree63d6148281fb3ebaf810d705c0813238755c0581
parent7b1f1fd1842e6ede25183c267ae733a7f67f00bc
SUNRPC: Fix a potential memory leak in rpc_new_client

If the call to rpciod_up() fails, we currently leak a reference to the
struct rpc_xprt.
As part of the fix, we also remove the redundant check for xprt!=NULL.
This is already taken care of by the callers.

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