mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Add missing pfree() calls
This commit is contained in:
@@ -681,6 +681,8 @@ do_cluster_crosscheck(void)
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pfree(headers_crosscheck);
|
||||||
|
|
||||||
if (warnings.head != NULL && runtime_options.terse == false)
|
if (warnings.head != NULL && runtime_options.terse == false)
|
||||||
{
|
{
|
||||||
log_warning(_("following problems detected:"));
|
log_warning(_("following problems detected:"));
|
||||||
@@ -842,6 +844,8 @@ do_cluster_matrix()
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pfree(headers_matrix);
|
||||||
|
|
||||||
if (warnings.head != NULL && runtime_options.terse == false)
|
if (warnings.head != NULL && runtime_options.terse == false)
|
||||||
{
|
{
|
||||||
log_warning(_("following problems detected:"));
|
log_warning(_("following problems detected:"));
|
||||||
|
|||||||
Reference in New Issue
Block a user