Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
nagios
nagios-4.3.4-fix_memleak_4.3.3.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nagios-4.3.4-fix_memleak_4.3.3.diff of Package nagios
diff --git a/common/macros.c b/common/macros.c index c864939c..b98c9d43 100644 --- a/common/macros.c +++ b/common/macros.c @@ -2954,6 +2954,7 @@ int clear_service_macros_r(nagios_macros *mac) { my_free(mac->x[MACRO_SERVICEACTIONURL]); my_free(mac->x[MACRO_SERVICENOTESURL]); my_free(mac->x[MACRO_SERVICENOTES]); + my_free(mac->x[MACRO_SERVICEINFOURL]); my_free(mac->x[MACRO_SERVICEGROUPNAMES]); @@ -2977,6 +2978,7 @@ int clear_host_macros_r(nagios_macros *mac) { my_free(mac->x[MACRO_HOSTACTIONURL]); my_free(mac->x[MACRO_HOSTNOTESURL]); my_free(mac->x[MACRO_HOSTNOTES]); + my_free(mac->x[MACRO_HOSTINFOURL]); /* numbers or by necessity autogenerated strings */ my_free(mac->x[MACRO_HOSTGROUPNAMES]);
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