]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - vl.c
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into...
[thirdparty/qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index b2119212587924d9bb4fcf76d723ace5f6abccf8..158a05ed321ce4e1811d46d35eb8c96e52483bf1 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -2788,6 +2788,7 @@ static void configure_accelerators(const char *progname)
                 error_report("invalid accelerator %s", *tmp);
             }
         }
+        g_strfreev(accel_list);
     } else {
         if (accel != NULL) {
             error_report("The -accel and \"-machine accel=\" options are incompatible");