commit | 91dc3f0db0185503083f54c7b464900c851df0aa | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Mon Nov 29 17:55:16 2010 +0900 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 22 10:43:01 2010 -0500 |
tree | c6376871ae8b16031e30c8210b8aa7a22fd03515 | |
parent | 8a1cf3c243cf8447d814c4e3432fcf6282aa40e9 [diff] |
libext2fs: fix possible memory leak in write_journal_inode() ext2fs_zero_block2() allocates static buffer if needed so it should be freed at last (call it again with 0 args). Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>