Am 09.11.2015 um 23:39 hat Max Reitz geschrieben: > If block_job_create() fails, it should release its reference to the > job's BDS. Normally, this is done in the callback provided by the > caller, but that callback will not be invoked if the block job failed to > be created. > > Signed-off-by: Max Reitz <mre...@redhat.com> > Reviewed-by: Alberto Garcia <be...@igalia.com> > Reviewed-by: Kevin Wolf <kw...@redhat.com>
Commit 18930ba3 already fixed this. Now adding another bdrv_unref() would be wrong, so I guess we have to simply drop the patch. NACK