commit | 2aa362f54a9a486ffd495028b95532897551d619 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun May 14 17:16:29 2006 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 14 17:16:29 2006 -0400 |
tree | ea493837c88222df006fb798ec353bb94b1cc184 | |
parent | 46c5490d13eef1a80634995fd52fd35a2ff55e7f [diff] |
Fix memory leak in e2fsck's error paths Add missing brelse() calls to avoid memory leaks in error paths. (Thanks to Michael C. Thompson for pointing these out; they were originally found using Coverity.) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>