commit | f93d9f653c0a617556727a9cafb60486b58ae6a8 | [log] [tgz] |
---|---|---|
author | Manish Katiyar <mkatiyar@gmail.com> | Sat Aug 16 02:26:43 2008 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Aug 16 10:52:25 2008 -0400 |
tree | 92106ba3223e5016e62f18b0bef3c9ee85cca244 | |
parent | f64b36d138813f4128dd7d58d6131a85e5e50c99 [diff] |
libext2fs : Fix memory leaks in ext2fs_extent_open() Memory allocated for the ext2_extent_handle is not getting freed from all the return paths in case of error. Below patch fixes it. Signed-off-by: "Manish Katiyar" <mkatiyar@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>