]> git.proxmox.com Git - qemu.git/commit
block: Don't forget to delete temporary file
authorDunrong Huang <riegamaths@gmail.com>
Wed, 5 Sep 2012 13:26:22 +0000 (21:26 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:16 +0000 (21:44 -0500)
commit9cf4af689b9c4d92857df11857912d5f9b865c9b
treeec5ac5a223cfe35006135ce37f58916f62115d86
parentf9f552e80b2f19997f1fda77cc2ce59848e86e91
block: Don't forget to delete temporary file

The caller would not delete temporary file after failed get_tmp_filename().

Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit fe235a06e1e008dedd2ac3cc0a3a655169ce9b33)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block.c