Whamcloud - gitweb
fsck: fix memory leak on an error exit
authorTheodore Ts'o <tytso@mit.edu>
Thu, 25 Apr 2024 17:22:15 +0000 (13:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 25 Apr 2024 17:22:15 +0000 (13:22 -0400)
commit7b76a84fd8f75fb53849a751db27d7dfd17bd8b6
treebf8945386d5301c83a2e80ec0e1ed3cbb8394204
parentd3f7ef6b3b8bd90f5c6004292470f2b4a2cd6f2e
fsck: fix memory leak on an error exit

This reduces noise from a static analyzer.

https://github.com/tytso/e2fsprogs/issues/160

Signed-off-by: Theodore Ts'o <tytso@mit.
misc/fsck.c