OSDN Git Service

libext2fs: fix some memory leaks with image file handling
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Dec 2013 19:52:31 +0000 (14:52 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Dec 2013 19:52:31 +0000 (14:52 -0500)
commit496220309337863b45d9ee6173ff431919fb51f5
treea07b3f9b4fa58e10bbcb0035931d8830452027a2
parent8b3c52fb8115c8c37835d74455619f380acbc833
libext2fs: fix some memory leaks with image file handling

These memory leaks were discovered by using "valgrind
--leak-check=full" while running "e2image -I bar.img foo.e2i"

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/freefs.c
lib/ext2fs/openfs.c