commit | 12f8ff440cbea083797a3f62fe8c8ab0e03f2e6b | [log] [tgz] |
---|---|---|
author | Brian Behlendorf <behlendorf1@llnl.gov> | Wed Mar 28 09:48:07 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 28 09:48:07 2007 -0400 |
tree | ef7474b5f8ea7eb65738cfe4f9ad4bcae3861a63 | |
parent | 0bed54fd3ea86772022fa994a6af265613464699 [diff] |
[COVERITY] Fix memory leak in fsck on error paths The memory allocated by inst is not reclaimed. There also was a call to exit that coverity did not catch the resource leak. This might not really be a big issue since the memory will be freed when fsck exits, but it should be done anyway imho. Coverity ID: 32: Resource Leak Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>