Re: [Qemu-devel] [PATCH 3/4] qemu-nbd: Destroy the BlockDriverState properly

2014-09-13 Thread Paolo Bonzini
Il 12/09/2014 21:26, Markus Armbruster ha scritto: Match the bdrv_new() with a bdrv_unref(), just to be tidy. Signed-off-by: Markus Armbruster arm...@redhat.com --- qemu-nbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-nbd.c b/qemu-nbd.c index

[Qemu-devel] [PATCH 3/4] qemu-nbd: Destroy the BlockDriverState properly

2014-09-12 Thread Markus Armbruster
Match the bdrv_new() with a bdrv_unref(), just to be tidy. Signed-off-by: Markus Armbruster arm...@redhat.com --- qemu-nbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-nbd.c b/qemu-nbd.c index 9bc152e..f3cf8a2 100644 --- a/qemu-nbd.c +++ b/qemu-nbd.c @@ -769,7