Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
9223372036854775807
Description
Fix memory leak while running "lfs check all"
$ valgrind --leak-check=full lfs check all
<snip>
==93768== LEAK SUMMARY:
==93768== definitely lost: 56 bytes in 2 blocks
==93768== indirectly lost: 282 bytes in 5 blocks
==93768== possibly lost: 0 bytes in 0 blocks
==93768== still reachable: 0 bytes in 0 blocks
==93768== suppressed: 0 bytes in 0 blocks
<snip>