diff options
-rw-r--r-- | fs/freevxfs/vxfs_fshead.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/freevxfs/vxfs_fshead.c b/fs/freevxfs/vxfs_fshead.c index 69a10d62b375..a4610a77649e 100644 --- a/fs/freevxfs/vxfs_fshead.c +++ b/fs/freevxfs/vxfs_fshead.c | |||
@@ -172,6 +172,8 @@ vxfs_read_fshead(struct super_block *sbp) | |||
172 | goto out_iput_ilist; | 172 | goto out_iput_ilist; |
173 | } | 173 | } |
174 | 174 | ||
175 | kfree(pfp); | ||
176 | kfree(sfp); | ||
175 | return 0; | 177 | return 0; |
176 | 178 | ||
177 | out_iput_ilist: | 179 | out_iput_ilist: |