]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Fix memory leaks from using the tdb library
authorTheodore Ts'o <tytso@mit.edu>
Sat, 7 Apr 2007 03:28:30 +0000 (23:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 7 Apr 2007 03:28:30 +0000 (23:28 -0400)
commita1f642728fe6fd2c361343fec349808ea8a524f4
tree50beac6443b89ad6fff4d7eeef3528d5a915e4d3
parent25a9fe2894a147f5d0d2320357f78c7ff9de09e3
Fix memory leaks from using the tdb library

We weren't freeing allocated memory from calls to tdb_fetch, tdb_firstkey,
and tdb_nextkey.  Oops.

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