]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-nbd: Destroy the BlockDriverState properly
authorMarkus Armbruster <armbru@redhat.com>
Fri, 12 Sep 2014 19:26:23 +0000 (21:26 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 25 Sep 2014 13:24:14 +0000 (15:24 +0200)
commite5d7bbeb10b72888e112646ef68b1bea0e4e286d
tree6bf140765710925d13bcfd4f06807197ba1044e3
parent3ae59580a0db469c1de72d5c58266b08fb096056
qemu-nbd: Destroy the BlockDriverState properly

Match the bdrv_new() with a bdrv_unref(), just to be tidy.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-nbd.c