]> git.proxmox.com Git - mirror_qemu.git/commit
block/vvfat: Plug memory leak in read_directory()
authorMarkus Armbruster <armbru@redhat.com>
Wed, 28 May 2014 09:17:05 +0000 (11:17 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 30 May 2014 12:26:54 +0000 (14:26 +0200)
commitb122c3b6d020e529b203836efb8f611ece787293
treea638e8eaf28f52f96136149ae8e8c7d4f0a6d973
parent6262bbd363b53a1f19c473345d7cc40254dd5c73
block/vvfat: Plug memory leak in read_directory()

Has always been leaky.  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>
block/vvfat.c