File pacemaker-crmd-clean-up-throttle-memory.patch of Package pacemaker.14737

commit 2bc0c92b4e436b453af58f4d12b40b2db32070d9
Author: Ken Gaillot <kgaillot@redhat.com>
Date:   Tue May 2 10:47:34 2017 -0500

    Low: crmd: clean up throttle memory on exit
    
    not really necessary, but throttle_fini() would otherwise be unused,
    and it might make valgrind a bit happier

diff --git a/crmd/control.c b/crmd/control.c
index 5d91b1d22..6e717150a 100644
--- a/crmd/control.c
+++ b/crmd/control.c
@@ -490,6 +490,8 @@ crmd_exit(int rc)
     cib_delete(fsa_cib_conn);
     fsa_cib_conn = NULL;
 
+    throttle_fini();
+
     /* Graceful */
     return rc;
 }
openSUSE Build Service is sponsored by