mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Add missing pfree() calls
This commit is contained in:
@@ -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:"));
|
||||
|
||||
Reference in New Issue
Block a user