diff options
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.c b/vl.c index b211921258..158a05ed32 100644 --- 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"); |