diff options
-rw-r--r-- | block.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1228,6 +1228,7 @@ int bdrv_open_image(BlockDriverState **pbs, const char *filename, bdref_key); ret = -EINVAL; } + QDECREF(image_options); goto done; } |