mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] New png_struct member png_ptr->old_prev_row
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
c9e27d026d
commit
1c42276a39
@@ -1038,7 +1038,7 @@ png_read_destroy(png_structp png_ptr, png_infop info_ptr,
|
||||
|
||||
png_free(png_ptr, png_ptr->zbuf);
|
||||
png_free(png_ptr, png_ptr->big_row_buf);
|
||||
png_free(png_ptr, png_ptr->prev_row);
|
||||
png_free(png_ptr, png_ptr->big_prev_row);
|
||||
png_free(png_ptr, png_ptr->chunkdata);
|
||||
|
||||
#ifdef PNG_READ_QUANTIZE_SUPPORTED
|
||||
|
||||
Reference in New Issue
Block a user