Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
argus-client
argus-clients-3.0.0-leak-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File argus-clients-3.0.0-leak-fix.patch of Package argus-client
--- common/argus_client.c 2008-03-24 13:28:06.000000000 +0100 +++ common/argus_client.c 2009-09-17 12:31:10.000000000 +0200 @@ -8500,17 +8500,25 @@ if (cont) agg->cont++; - if (name) + if (name) { agg->name = strdup(name); + free(name); + } - if (pres) + if (pres) { agg->pres = strdup(pres); + free(pres); + } - if (report) + if (report) { agg->report = strdup(report); + free(report); + } - if (correct) + if (correct) { agg->correct = strdup(correct); + free(correct); + } agg->filterstr = filter; if (status) {
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