https://bugzilla.redhat.com/show_bug.cgi?id=1885874
--- Comment #1 from Avi Kivity avi.kivity@gmail.com --- │ 332 cleanup:
│ │ 333 if (cn_array != NULL)
│ │ 334 handle->fn_free_values(cn_array);
│ │ 335 if (cmnds != NULL)
│ │ >336 handle->fn_free_values(cmnds);
│ │ 337 if (hosts != NULL)
│ │ 338 handle->fn_free_values(hosts);
│ │ 339 if (runasusers != NULL)
│ │ 340 handle->fn_free_values(runasusers);
│ │ 341 if (runasgroups != NULL)
│ │ 342 handle->fn_free_values(runasgroups);
│ │ 343 if (opts != NULL)
│ │ 344 handle->fn_free_values(opts);
│ │ 345 if (notbefore != NULL)
│ │ 346 handle->fn_free_values(notbefore);
│ │ 347 if (notafter != NULL)
│ │ 348 handle->fn_free_values(notafter);
│ │ 349