]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount, col: remove redundant null checks [smatch scan]
authorSami Kerola <kerolasa@iki.fi>
Mon, 8 Apr 2013 19:32:51 +0000 (20:32 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 9 Apr 2013 10:26:42 +0000 (12:26 +0200)
commit9e01635e326c787059e5c1b83b5fbb9dddd67275
tree7ea0cd1a052db858538079c01f2647acfce2acd0
parentc9f63764dcc3880201d11489a655f6d4be92f641
libmount, col: remove redundant null checks [smatch scan]

libmount/src/context_umount.c:174 mnt_context_find_umount_fs() info: redundant null check on loopdev calling free()
libmount/src/context_umount.c:179 mnt_context_find_umount_fs() info: redundant null check on loopdev calling free()
text-utils/col.c:406 flush_lines() info: redundant null check on l->l_line calling free()

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
libmount/src/context_umount.c
text-utils/col.c