aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/ea.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs/ea.c')
-rw-r--r--sbin/fsck_ffs/ea.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fsck_ffs/ea.c b/sbin/fsck_ffs/ea.c
index 29e5f46d7651..7cf20196dfae 100644
--- a/sbin/fsck_ffs/ea.c
+++ b/sbin/fsck_ffs/ea.c
@@ -82,6 +82,7 @@ eascan(struct inodesc *idesc, struct ufs2_dinode *dp)
if ((n & 31) == 31)
printf("\n");
}
+ brelse(bp);
return (STOP);
#endif
}