]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen-traditional.git/commit
block-vvfat: fix memory leak in check_directory_consistency()
authorKaifeng Zhu <kaifeng.zhu@citrix.com>
Fri, 7 Mar 2014 16:52:47 +0000 (16:52 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Oct 2015 15:52:07 +0000 (16:52 +0100)
commit1f9e474fca9b15b27f8f97220d165cd9f83a1fb0
tree66e6e2f771eb754b52be0b222806e6e21089bc43
parentb8b1c0d888c16ca2130c543122c69e9de5ef53c6
block-vvfat: fix memory leak in check_directory_consistency()

Memory pointed by cluster leaks in error handling code.

Signed-off-by: Kaifeng Zhu <kaifeng.zhu@citrix.com>
Coverity-ID: 1055917
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
block-vvfat.c