Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
x3270
pr3270-memleak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pr3270-memleak.patch of Package x3270
--- pr3287-3.3/telnet.c +++ pr3287-3.3/telnet.c @@ -308,8 +308,13 @@ cstate != CONNECTED_3270 && /* TN3270 */ cstate != NOT_CONNECTED) { /* gave up */ - if (net_input(s) < 0) + if (net_input(s) < 0) { + Free(netrbuf); + Free(ibuf); + netrbuf = NULL; + ibuf = NULL; return -1; + } } /* Success. */
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