Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
libmng
libmng-1.0.9-dont-leak-zlib-streams.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmng-1.0.9-dont-leak-zlib-streams.diff of Package libmng
Index: libmng_zlib.c =================================================================== --- libmng_zlib.c.orig +++ libmng_zlib.c @@ -163,6 +163,9 @@ mng_retcode mngzlib_inflateinit (mng_dat #ifdef MNG_SUPPORT_TRACE MNG_TRACE (pData, MNG_FN_ZLIB_INFLATEINIT, MNG_LC_START); #endif + + if (pData->bInflating) /* free the old zlib structures */ + inflateEnd(&pData->sZlib); /* initialize zlib structures and such */ iZrslt = inflateInit (&pData->sZlib);
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