File pacemaker-crmd-dont-destroy-election-structure-twice.patch of Package pacemaker.14737
commit a6383a30d3258856efef1c067790faa78d1a5787
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Fri Apr 21 11:33:53 2017 -0500
Low: crmd: don't destroy election structure twice
didn't cause any harm, but unnecessary
diff --git a/crmd/control.c b/crmd/control.c
index a9c0b731a..5d91b1d22 100644
--- a/crmd/control.c
+++ b/crmd/control.c
@@ -388,7 +388,6 @@ crmd_exit(int rc)
free(integration_timer); integration_timer = NULL;
free(finalization_timer); finalization_timer = NULL;
free(election_trigger); election_trigger = NULL;
- election_fini(fsa_election);
free(shutdown_escalation_timer); shutdown_escalation_timer = NULL;
free(wait_timer); wait_timer = NULL;
free(recheck_timer); recheck_timer = NULL;