[libpng12] Removed png_free() of unused png_ptr->current_text from pngread.c.
This commit is contained in:
parent
a4b640865a
commit
e02a92bc01
1
ANNOUNCE
1
ANNOUNCE
@ -56,6 +56,7 @@ version 1.2.48beta01 [Febuary 27, 2012]
|
|||||||
the string terminators (Franke Busse).
|
the string terminators (Franke Busse).
|
||||||
|
|
||||||
version 1.2.48beta02 [February 27, 2012]
|
version 1.2.48beta02 [February 27, 2012]
|
||||||
|
Removed the png_free() of unused png_ptr->current_text from pngread.c.
|
||||||
|
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
1
CHANGES
1
CHANGES
@ -2760,6 +2760,7 @@ version 1.2.48beta01 [February 27, 2012]
|
|||||||
the string terminators (Franke Busse).
|
the string terminators (Franke Busse).
|
||||||
|
|
||||||
version 1.2.48beta02 [February 27, 2012]
|
version 1.2.48beta02 [February 27, 2012]
|
||||||
|
Removed the png_free() of unused png_ptr->current_text from pngread.c.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -1300,12 +1300,6 @@ png_read_destroy(png_structp png_ptr, png_infop info_ptr,
|
|||||||
png_free(png_ptr, png_ptr->save_buffer);
|
png_free(png_ptr, png_ptr->save_buffer);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PNG_PROGRESSIVE_READ_SUPPORTED
|
|
||||||
#ifdef PNG_TEXT_SUPPORTED
|
|
||||||
png_free(png_ptr, png_ptr->current_text);
|
|
||||||
#endif /* PNG_TEXT_SUPPORTED */
|
|
||||||
#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
|
|
||||||
|
|
||||||
/* Save the important info out of the png_struct, in case it is
|
/* Save the important info out of the png_struct, in case it is
|
||||||
* being used again.
|
* being used again.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user