]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen-traditional.git/commit
block-vvfat: fix memory/handle leaks in commit_one_file()
authorKaifeng Zhu <kaifeng.zhu@citrix.com>
Fri, 7 Mar 2014 16:44:33 +0000 (16:44 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Oct 2015 15:52:06 +0000 (16:52 +0100)
commitb8b1c0d888c16ca2130c543122c69e9de5ef53c6
tree60e23c16c42b55a7d7ca5bdd99e0c5f94c285bdb
parent6b2a35d239b2462ac1bea07b74f4c88ec20e233a
block-vvfat: fix memory/handle leaks in commit_one_file()

Some handles and memory in commit_one_file are going to be leaked if
certain function calls failed.

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