Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
xgrabsc
xgrabsc-2.41-memoryleak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xgrabsc-2.41-memoryleak.patch of Package xgrabsc
Index: write.c =================================================================== --- write.c.orig +++ write.c @@ -1575,8 +1575,11 @@ fprintf(outfile, "/* pixels */\n"); /* write end */ fputs("};\n", outfile); + free(pix_red); + free(pix_green); + free(pix_blue); - return 0; + return 0; }
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