]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/vvfat: Plug memory leak in check_directory_consistency()
authorMarkus Armbruster <armbru@redhat.com>
Wed, 28 May 2014 09:17:04 +0000 (11:17 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 3 Jul 2014 21:31:29 +0000 (16:31 -0500)
commit501da9369cc96d19b8973eed33d1161bb200b035
tree6b86767ce383b29ed04b5c9e2e5a8285a39d5025
parent7267e51b324dd23837b244261417c7002054430f
block/vvfat: Plug memory leak in check_directory_consistency()

On error path.  Introduced in commit a046433a.  Spotted by Coverity.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 6262bbd363b53a1f19c473345d7cc40254dd5c73)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/vvfat.c