Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
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
diff -ur libmng-orig/libmng_zlib.c libmng-1.0.10/libmng_zlib.c --- libmng_zlib.c 2005-12-15 00:53:13.000000000 +0100 +++ libmng_zlib.c 2007-07-19 13:17:44.000000000 +0200 @@ -162,6 +162,9 @@ #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