commit | a1f642728fe6fd2c361343fec349808ea8a524f4 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Apr 06 23:28:30 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 06 23:28:30 2007 -0400 |
tree | 50beac6443b89ad6fff4d7eeef3528d5a915e4d3 | |
parent | 25a9fe2894a147f5d0d2320357f78c7ff9de09e3 [diff] |
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>