]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: (new) fix resource leak [coverity scan]
authorKarel Zak <kzak@redhat.com>
Mon, 30 Jan 2012 22:44:31 +0000 (23:44 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Jan 2012 22:49:15 +0000 (23:49 +0100)
commit25609ee1be4d13d00963873ee80c05f7748224be
tree098599e2903780a6eefd896cf104816346e9d230
parent801401447beced649cdb032b3c1c3adba6899c38
mount: (new) fix resource leak [coverity scan]

well, this is free-before-exit, but let's use mount(8) as test
application for libmount and keep it without leaks.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.c