aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTai-hwa Liang <avatar@FreeBSD.org>2015-10-26 03:48:38 +0000
committerTai-hwa Liang <avatar@FreeBSD.org>2015-10-26 03:48:38 +0000
commitdc76a52be4d56ffb594941633dcfeae4e975c8f7 (patch)
treeb572b957273f31ea55e64f38ed486b2672466335
parent323699b1bfa0fcfa5bbdb20fcd35334c813bac58 (diff)
Notes
-rw-r--r--sys/gnu/fs/reiserfs/reiserfs_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/gnu/fs/reiserfs/reiserfs_vfsops.c b/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
index 4314e03d81e3..fbe0c622159a 100644
--- a/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
+++ b/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
@@ -1047,6 +1047,7 @@ uint32_t find_hash_out(struct reiserfs_mount *rmp)
}
} while (0);
+ free(ip, M_REISERFSNODE);
pathrelse(&path);
return (hash);
}