commit | 0d3a34b48c87a374b37d7a21a60d257d076484f3 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jul 07 12:18:52 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 08 15:23:00 2008 -0400 |
tree | b3b95c5855e25c5693d505bf74f9c5f7eccde8dc | |
parent | 2aac05a91971fbd1bf6cbed78b8731eb7454b9b7 [diff] |
SUNRPC: Fix a double-free in rpcbind It is wrong to be freeing up the rpcbind arguments if the call to rpcb_call_async() fails, since they should already have been freed up by rpcb_map_release(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>