commit | cc37e0d3ae12f47e77da25dea4d6a9439f489f67 | [log] [tgz] |
---|---|---|
author | Jim Garlick <garlick@llnl.gov> | Fri Apr 06 08:50:15 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 06 08:50:15 2007 -0400 |
tree | cfc464983a65c8f44236fc778e3f685d88a7eb26 | |
parent | 28db82a84a33fab19f22da12bb2a8a3c558ae97b [diff] |
Fix memory leak in ext2fs_write_new_inode() The following patch addresses a memory leak in libext2fs that occurs when using ext2fs_write_new_inode() on a file system configured with large inodes. Signed-off-by: Jim Garlick <garlick@llnl.gov> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>