diff options
author | BenoƮt Canet <benoit.canet@irqsave.net> | 2014-02-13 17:22:33 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-02-14 18:05:39 +0100 |
commit | 57b6bdf37c64985cf02b8737c550d52759059c9d (patch) | |
tree | 7af75dbbd25f396f1665f479fffb3397b57c9336 /qapi/string-input-visitor.c | |
parent | cc67f4d1f9645e8e6d90aee84ca19162d661f082 (diff) | |
download | hqemu-57b6bdf37c64985cf02b8737c550d52759059c9d.zip hqemu-57b6bdf37c64985cf02b8737c550d52759059c9d.tar.gz |
blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on close.
As bdrv_open() documentation states:
"The reference to the QDict belongs to the block layer
* after the call (even on failure), so if the caller intends to reuse the
* dictionary, it needs to use QINCREF() before calling bdrv_open."
the optional options dict will not be reused after bdrv_open() and should
belong to the block layer so remove the extra QDECREF(options).
Signed-off-by: Benoit Canet <benoit@irqsave.net>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qapi/string-input-visitor.c')
0 files changed, 0 insertions, 0 deletions