git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f6baa
)
NFSv41: Fix a memory leak in nfs41_proc_async_sequence()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 16 Jun 2010 13:52:25 +0000
(09:52 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 22 Jun 2010 17:24:01 +0000
(13:24 -0400)
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>
No differences found