Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Rings:1-MinimalX
pacemaker
pacemaker-crmd-clean-up-throttle-memory.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-crmd-clean-up-throttle-memory.patch of Package pacemaker
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; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor