diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
| -rw-r--r-- | fs/nfs/nfs4proc.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index eda74c42d552..f9254fb0c9d0 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -5107,6 +5107,7 @@ static int nfs41_proc_async_sequence(struct nfs_client *clp,  	res = kzalloc(sizeof(*res), GFP_KERNEL);  	if (!args || !res) {  		kfree(args); +		kfree(res);  		nfs_put_client(clp);  		return -ENOMEM;  	} | 
