Add missing pfree() calls

This commit is contained in:
Ian Barwick
2020-07-16 11:08:20 +09:00
parent 271d407c7c
commit 893044f1e9

View File

@@ -681,6 +681,8 @@ do_cluster_crosscheck(void)
printf("\n");
}
pfree(headers_crosscheck);
if (warnings.head != NULL && runtime_options.terse == false)
{
log_warning(_("following problems detected:"));
@@ -842,6 +844,8 @@ do_cluster_matrix()
printf("\n");
}
pfree(headers_matrix);
if (warnings.head != NULL && runtime_options.terse == false)
{
log_warning(_("following problems detected:"));