commit | baf8ab980e73e6600ac1ec45e6058796fc9dc0b0 | [log] [tgz] |
---|---|---|
author | Manish Katiyar <mkatiyar@gmail.com> | Sat Aug 23 17:11:07 2008 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Aug 23 09:08:23 2008 -0400 |
tree | a5a4775265669d1b470c1b356dd05eaabeeccce3 | |
parent | c545131a4cb8af3d2d29b03f88c1a8e83e07b57b [diff] |
libext2fs: Fix memory leak in ext2fs_initialize(). Below patch ensures that cleanup is done properly in ext2fs_initialize from all return paths in case of errors. Signed-off-by: Manish Katiyar <mkatiyar@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>