commit | 9562f69cfdc55c7c1625bb88df1637fed182e68b | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Sat Feb 15 18:03:21 2014 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Mar 13 14:42:24 2014 +0100 |
tree | 5af0bbb0794565aff9176e23f8e072a5946c5fcc | |
parent | 27eb6c097c132bf9fc49d73554b0160293b630cd [diff] |
block: Unlink temporary file If the image file cannot be opened and was created as a temporary file, it should be deleted; thus, in this case, we should jump to the "unlink_and_fail" label and not just to "fail". Reported-by: BenoƮt Canet <benoit@irqsave.net> Signed-off-by: Max Reitz <mreitz@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>