From f3646b62b711269886244792a3b9b2db65974edf Mon Sep 17 00:00:00 2001 From: Felix Blyakher Date: Thu, 11 Jun 2009 17:07:28 -0500 Subject: [PATCH] --- yaml --- r: 148851 b: refs/heads/master c: 7747a0b0af5976ba3828796b4f7a7adc3bb76dbd h: refs/heads/master i: 148849: 2ba4908d7f1b076979444346ad893085a77cdca6 148847: d4d757cf5f64b31dbf7a4afa01552cc24e5ec4fc v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_bmap.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2e390a3b7293..ddb21f8deaf5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35fd035968de4f674b9d62ee7b1d80ab7a50c384 +refs/heads/master: 7747a0b0af5976ba3828796b4f7a7adc3bb76dbd diff --git a/trunk/fs/xfs/xfs_bmap.c b/trunk/fs/xfs/xfs_bmap.c index 4b0f6efb046c..7928b9983c1d 100644 --- a/trunk/fs/xfs/xfs_bmap.c +++ b/trunk/fs/xfs/xfs_bmap.c @@ -6086,6 +6086,7 @@ xfs_getbmap( break; } + kmem_free(out); return error; }