On Thu, Mar 31, 2011 at 11:41 AM, Kevin Wolf wrote:
> bdrv_delete must not be called for a NULL BlockDriverState.
>
> Signed-off-by: Kevin Wolf
> ---
> qemu-img.c | 8 ++--
> 1 files changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi
bdrv_delete must not be called for a NULL BlockDriverState.
Signed-off-by: Kevin Wolf
---
qemu-img.c |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/qemu-img.c b/qemu-img.c
index 074388c..d9c2c12 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -1411,8 +1411,12 @@ out: