commit | bb0224a77161d49f76879066b4486e759f4e94f1 | [log] [tgz] |
---|---|---|
author | Matthias Koenig <mkoenig@suse.de> | Mon Apr 07 11:49:34 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Apr 07 12:29:03 2008 -0400 |
tree | 58c6af4427d31c246df05d5f9808bc631f426cd2 | |
parent | 2efdba5866745be27075ebea103c4fdacca8ca9a [diff] |
e2fsck: avoid double free of ctx->filesystem_name In current git there is a double free on ctx->filesystem_name in the end of main() and in e2fsck_free_context, causing e2fsck to abort at the end of pass5. Signed-off-by: Matthias Koenig <mkoenig@suse.de> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>