From 87cdbe673953a24f3fe5d9ffd1cb6fded06a67f5 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Sat, 6 Mar 2010 15:02:22 +0300 Subject: [PATCH] --- yaml --- r: 188203 b: refs/heads/master c: 7dd08a570dcf45d52155996fee688405635ee481 h: refs/heads/master i: 188201: 8627bc33502e6bf3fec67883ede5684402e265c8 188199: 85d5683a1b72d08984cfb273055f152fb7cd21d1 v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs4proc.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 09bcbf786976..cfb8743cd35d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5fe46e9d733f19a880ef7e516002bd4c2b833e14 +refs/heads/master: 7dd08a570dcf45d52155996fee688405635ee481 diff --git a/trunk/fs/nfs/nfs4proc.c b/trunk/fs/nfs/nfs4proc.c index eda74c42d552..f9254fb0c9d0 100644 --- a/trunk/fs/nfs/nfs4proc.c +++ b/trunk/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; }