]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mke2fs: free tdb_dir string if it came from the profile
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:40 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 23:55:55 +0000 (19:55 -0400)
commit30295f16a95b873965d1650b24fb6f5b82bde675
treed4f0a883b2a18f4b169449e5cc4789dc240c0212
parent25726554ca557e22b96684d8a7ecf36ec80572a5
mke2fs: free tdb_dir string if it came from the profile

if tdb_dir points to a string allocated from profile_get_string,
it should be freed again before we exit.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c