diff options
Diffstat (limited to 'block/parallels.c')
-rw-r--r-- | block/parallels.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/parallels.c b/block/parallels.c index 428f72de1c..af7be427c9 100644 --- a/block/parallels.c +++ b/block/parallels.c @@ -1217,6 +1217,7 @@ fail_format: fail_options: ret = -EINVAL; fail: + qemu_opts_del(opts); /* * "s" object was allocated by g_malloc0 so we can safely * try to free its fields even they were not allocated. |