commit | d5f8d3fe72594f2e896b407f78daf24f37ef4d53 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jun 16 09:52:25 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jun 22 13:24:01 2010 -0400 |
tree | d81f0644eb0ce3dc504e3cd77355406d654555fa | |
parent | d3f6baaa34c54040b3ef30950e59b54ac0624b21 [diff] |
NFSv41: Fix a memory leak in nfs41_proc_async_sequence() If the call to rpc_call_async() fails, then the arguments will not be freed, since there will be no call to nfs41_sequence_call_done Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>